mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Remove old tsconfigs.
This commit is contained in:
parent
474dae82a0
commit
2420a2e48a
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "none",
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"preserveConstEnums": true,
|
|
||||||
"outFile": "build/spine-canvas.js",
|
|
||||||
"sourceMap": true,
|
|
||||||
"declaration": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"core/src/**/*",
|
|
||||||
"canvas/src/**/*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"webgl",
|
|
||||||
"widget",
|
|
||||||
"threejs",
|
|
||||||
"build"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "none",
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"preserveConstEnums": true,
|
|
||||||
"outFile": "build/spine-player.js",
|
|
||||||
"sourceMap": true,
|
|
||||||
"declaration": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"core/src/**/*",
|
|
||||||
"webgl/src/**/*",
|
|
||||||
"player/src/**/*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"canvas",
|
|
||||||
"threejs",
|
|
||||||
"build"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "none",
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"preserveConstEnums": true,
|
|
||||||
"outFile": "build/spine-threejs.js",
|
|
||||||
"sourceMap": true,
|
|
||||||
"declaration": true,
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"core/src/**/*",
|
|
||||||
"threejs/src/**/*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"canvas",
|
|
||||||
"webgl",
|
|
||||||
"widget",
|
|
||||||
"build"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "none",
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"preserveConstEnums": true,
|
|
||||||
"outFile": "build/spine-webgl.js",
|
|
||||||
"sourceMap": true,
|
|
||||||
"declaration": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"core/src/**/*",
|
|
||||||
"webgl/src/**/*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"canvas",
|
|
||||||
"widget",
|
|
||||||
"threejs",
|
|
||||||
"build"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user