mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"inlineSources": true,
|
|
"inlineSourceMap": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ES2015", "ScriptHost"],
|
|
"declaration": true,
|
|
"composite": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|