зеркало из https://github.com/Azure/iotc-explorer.git
22 строки
479 B
JSON
22 строки
479 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"newLine": "lf",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"preserveWatchOutput": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"lib.d.ts",
|
|
]
|
|
} |