зеркало из https://github.com/microsoft/paris.git
25 строки
578 B
JSON
25 строки
578 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2016", "dom"],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "./bundle",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"typeRoots": ["node_modules/@types", "node_modules"],
|
|
"types": ["node", "lodash-es", "jest"],
|
|
"baseUrl": "/",
|
|
"paths": {
|
|
"rxjs/*": ["../node_modules/rxjs/*"]
|
|
}
|
|
}
|
|
}
|