mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 01:47:54 -05:00
24 lines
628 B
JSON
24 lines
628 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES5",
|
|
"module": "ES6",
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"preserveConstEnums": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["es2017", "dom"],
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declarationDir": "types",
|
|
"paths": {
|
|
"@bandada/*": ["libs/*/src"]
|
|
}
|
|
}
|
|
}
|