2021-05-11 17:34:40 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"onnxruntime-react-native": ["./lib/index"]
|
|
|
|
|
},
|
|
|
|
|
"allowUnreachableCode": false,
|
|
|
|
|
"allowUnusedLabels": false,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"jsx": "react",
|
|
|
|
|
"lib": ["esnext"],
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noImplicitUseStrict": false,
|
|
|
|
|
"noStrictGenericChecks": false,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
2022-03-02 05:38:33 +00:00
|
|
|
"target": "esnext",
|
|
|
|
|
"newLine": "LF"
|
2021-05-11 17:34:40 +00:00
|
|
|
}
|
|
|
|
|
}
|