зеркало из https://github.com/microsoft/paris.git
24 строки
596 B
JSON
24 строки
596 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015", "dom"],
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"typeRoots": ["node_modules/@types", "node_modules"],
|
|
"types": ["node", "lodash-es"],
|
|
"baseUrl": "/"
|
|
},
|
|
"include": ["index.ts", "lib/**/*"],
|
|
"exclude": ["lib/**/*.spec.ts", "lib/mock/*"]
|
|
}
|