зеркало из https://github.com/microsoft/ml4f.git
28 строки
654 B
JSON
28 строки
654 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"lib": ["es2015", "es2016", "es2017"],
|
|
"strict": false,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"preserveConstEnums": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"outDir": "built",
|
|
"newLine": "LF",
|
|
"noEmit": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [ "src" ]
|
|
}
|