This commit is contained in:
12
tsconfig.frontend.json
Normal file
12
tsconfig.frontend.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "public/ts-build",
|
||||
"rootDir": "public/ts",
|
||||
"skipLibCheck": true,
|
||||
"noEmitOnError": false
|
||||
},
|
||||
"include": ["public/ts/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user