mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
19 lines
307 B
JSON
19 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"outFile": "build/spine-core.js",
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"core/src/**/*"
|
|
],
|
|
"exclude": [
|
|
"webgl",
|
|
"widget",
|
|
"build"
|
|
]
|
|
} |