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