neural-driving/tsconfig.json

15 lines
308 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "none",
"lib": ["esnext", "dom"],
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"outDir": "public/js"
},
"include": ["index.ts"]
}