ApplicationInsights-JS/AISKU/tsconfig.json

27 строки
610 B
JSON
Исходник Обычный вид История

2019-02-10 10:25:01 +03:00
{
"compilerOptions": {
"sourceMap": true,
"inlineSources": true,
"noImplicitAny": true,
2019-02-10 10:25:01 +03:00
"module": "es6",
"target": "es5",
2019-02-10 10:25:01 +03:00
"moduleResolution": "Node",
"alwaysStrict": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
2019-02-10 10:25:01 +03:00
"noEmitHelpers": true,
"skipLibCheck": true,
2019-02-10 10:25:01 +03:00
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "AISKU/types",
2019-02-10 10:25:01 +03:00
"outDir": "dist-esm",
2019-09-05 02:03:43 +03:00
"rootDir": "./AISKU/src"
2019-02-10 10:25:01 +03:00
},
"include": [
"src/**/*"
2019-02-10 10:25:01 +03:00
],
"exclude": [
"node_modules"
]
}