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
+4
-11
@@ -5,19 +5,12 @@
|
||||
"module": "es2015",
|
||||
"baseUrl": ".",
|
||||
"preserveConstEnums": false,
|
||||
"paths": {
|
||||
"paths": {
|
||||
"lodash": ["src/ts/lodash.ts"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"build",
|
||||
"tools",
|
||||
"src/scripts",
|
||||
"src/ts/server",
|
||||
"src/ts/tests",
|
||||
"src/ts/tools",
|
||||
"src/ts/experiments",
|
||||
"node_modules"
|
||||
"files": [
|
||||
"src/ts/bootstrap.ts"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"genDir": "src/ts",
|
||||
|
||||
Reference in New Issue
Block a user