13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "public/ts-build",
|
|
"rootDir": "public/ts",
|
|
"skipLibCheck": true,
|
|
"noEmitOnError": false
|
|
},
|
|
"include": ["public/ts/**/*"]
|
|
}
|