mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Fix prod builder
This commit is contained in:
Regular → Executable
+8
-5
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"target": "ES2020",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es6"
|
||||
"ES2020"
|
||||
],
|
||||
"rootDir": "src/ts",
|
||||
"outDir": "src/scripts",
|
||||
"pretty": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
@@ -18,8 +21,8 @@
|
||||
"strict": true,
|
||||
"strictFunctionTypes": true,
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
"preserveConstEnums": true
|
||||
"preserveConstEnums": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"build",
|
||||
@@ -27,4 +30,4 @@
|
||||
"src/scripts",
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user