mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Fixed a problem with asset generation script config.
This commit is contained in:
parent
f6365b7a91
commit
3ba8a85d44
@ -12,7 +12,7 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"experimentalDecorators": true
|
"experimentalDecorators": true,
|
||||||
},
|
"typeRoots" : ["./node_modules/@types", "./typedefs"]
|
||||||
"include": ["static_generation"]
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user