Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/jsconfig.json
1072 views
1
{
2
"compilerOptions": {
3
"module": "ESNext",
4
"moduleResolution": "Bundler",
5
"target": "ES2024",
6
"jsx": "react-jsx",
7
"allowImportingTsExtensions": true,
8
"checkJs": false,
9
"strictNullChecks": true,
10
"strictFunctionTypes": true,
11
"strict": true
12
},
13
"exclude": ["node_modules", "**/node_modules/*"]
14
}
15
16