feat: use custom player module
This commit is contained in:
21
apps/module/spine-ts/tsconfig.core.json
Executable file
21
apps/module/spine-ts/tsconfig.core.json
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "none",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"outFile": "build/spine-core.js",
|
||||
"sourceMap": true,
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
"core/src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"webgl",
|
||||
"widget",
|
||||
"canvas",
|
||||
"threejs",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user