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