mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
10 lines
182 B
JSON
Executable File
10 lines
182 B
JSON
Executable File
{
|
|
"extends": "./tsconfig-aot.json",
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"paths": {
|
|
"core-js/es6": ["src/fixes/empty.js"],
|
|
"lodash": ["src/ts/lodash.ts"]
|
|
}
|
|
}
|
|
} |