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:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"baseUrl": ".",
|
||||
"preserveConstEnums": false,
|
||||
"paths": {
|
||||
"lodash": ["src/ts/lodash.ts"]
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"src/ts/bootstrap-tools.ts"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"genDir": "src/ts",
|
||||
"skipMetadataEmit": true,
|
||||
"preserveWhitespaces": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user