mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
21 lines
515 B
JSON
21 lines
515 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2015",
|
|
"moduleResolution": "node16",
|
|
"esModuleInterop": true,
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "ESNext.BigInt", "dom"],
|
|
"sourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedParameters": false,
|
|
"alwaysStrict": true,
|
|
"strictNullChecks": true,
|
|
"pretty": true,
|
|
"allowUnreachableCode": false,
|
|
"incremental": true,
|
|
"newLine": "LF"
|
|
}
|
|
}
|