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
This commit is contained in:
18
apps/module/tsconfig.webgl.json
Executable file
18
apps/module/tsconfig.webgl.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user