16 lines
No EOL
306 B
JSON
16 lines
No EOL
306 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"strictFunctionTypes": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"allowJs": true,
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"baseUrl": "."
|
|
}
|
|
} |