mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Added moduleResolution
so the runtimes build
This commit is contained in:
parent
eff533f2db
commit
b93426439f
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"moduleResolution": "node",
|
||||||
"module": "none",
|
"module": "none",
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
|
@ -20,4 +21,4 @@
|
||||||
"spine-runtimes/spine-ts/webgl/src/Input.ts",
|
"spine-runtimes/spine-ts/webgl/src/Input.ts",
|
||||||
"spine-runtimes/spine-ts/webgl/src/LoadingScreen.ts"
|
"spine-runtimes/spine-ts/webgl/src/LoadingScreen.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"moduleResolution": "node",
|
||||||
"module": "none",
|
"module": "none",
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
|
@ -19,4 +20,4 @@
|
||||||
"spine-runtimes/spine-ts/build",
|
"spine-runtimes/spine-ts/build",
|
||||||
"spine-runtimes/spine-ts/player"
|
"spine-runtimes/spine-ts/player"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"moduleResolution": "node",
|
||||||
"module": "none",
|
"module": "none",
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
|
@ -20,4 +21,4 @@
|
||||||
"spine-runtimes/spine-ts/webgl/src/Input.ts",
|
"spine-runtimes/spine-ts/webgl/src/Input.ts",
|
||||||
"spine-runtimes/spine-ts/webgl/src/LoadingScreen.ts"
|
"spine-runtimes/spine-ts/webgl/src/LoadingScreen.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue