ApplicationInsights-JS/tsconfig.json

17 строки
303 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"inlineSources": true,
"noImplicitAny": false,
"module": "amd",
"target": "es5",
"alwaysStrict": true,
"declaration": true,
"removeComments": false
},
"files": [],
"exclude": [
"node_modules/**",
"**/*.d.ts"
]
}