aura / lib /api-client-react /tsconfig.json
thagnitti's picture
feat: upload batch 2/3
10d5270 verified
raw
history blame contribute delete
251 Bytes
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"rootDir": "src",
"lib": ["dom", "es2022"]
},
"include": ["src"]
}