mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
22 lines
396 B
JSON
Executable File
22 lines
396 B
JSON
Executable File
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": ".",
|
|
"preserveConstEnums": false,
|
|
"paths": {
|
|
"lodash": ["src/ts/lodash.ts"]
|
|
}
|
|
},
|
|
"files": [
|
|
"src/ts/bootstrap.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"genDir": "src/ts",
|
|
"skipMetadataEmit": true,
|
|
"preserveWhitespaces": true
|
|
}
|
|
}
|