mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-27 12:11:22 +08:00
14 lines
209 B
JSON
14 lines
209 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"module": "es2015",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
]
|
|
}
|
|
} |