mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
27 lines
470 B
JSON
27 lines
470 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"baseUrl": ".",
|
|
"preserveConstEnums": false,
|
|
"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"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"genDir": "src/ts",
|
|
"skipMetadataEmit": true,
|
|
"preserveWhitespaces": true
|
|
}
|
|
} |