Files
aklive2d/apps/module/tsconfig.webgl.json
Haoyu Xu 0af19cf652 feat: added added new skin to ptilopsis
well, i have to make changes to spine-ts so it can handle the difference between the size of texture
2025-05-02 21:38:09 +08:00

19 lines
519 B
JSON
Executable File

{
"compilerOptions": {
"module": "none",
"moduleResolution": "node",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"outFile": "build/spine-webgl.js",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"composite": true,
"esModuleInterop": true,
"target": "ES2020"
},
"include": ["spine-ts/core/src/**/*", "spine-ts/webgl/src/**/*"],
"exclude": ["spine-ts/build"]
}