mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES2015"
|
|
],
|
|
"declaration": true,
|
|
"composite": true,
|
|
"moduleResolution": "node",
|
|
}
|
|
} |