neural-driving/tsconfig.json

15 lines
308 B
JSON
Raw Normal View History

2024-03-01 21:25:12 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "none",
"lib": ["esnext", "dom"],
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"outDir": "public/js"
},
"include": ["index.ts"]
}