mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"composite": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2015"
|
|
},
|
|
} |