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