mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
25 lines
626 B
JSON
25 lines
626 B
JSON
|
|
{
|
||
|
|
"include": ["lib", "script", "test"],
|
||
|
|
"compileOnSave": true,
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "CommonJS",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"declaration": true,
|
||
|
|
"declarationDir": "./types",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"target": "es2015",
|
||
|
|
"lib": ["es2015", "ESNext.BigInt"],
|
||
|
|
"sourceMap": true,
|
||
|
|
"noUnusedLocals": true,
|
||
|
|
"noImplicitReturns": true,
|
||
|
|
"noImplicitThis": true,
|
||
|
|
"alwaysStrict": true,
|
||
|
|
"strictNullChecks": true,
|
||
|
|
"noUnusedParameters": false,
|
||
|
|
"pretty": true,
|
||
|
|
"allowUnreachableCode": false,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"downlevelIteration": true
|
||
|
|
}
|
||
|
|
}
|