mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58: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,
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"include": ["static_generation"]
|
||||
"experimentalDecorators": true,
|
||||
"typeRoots" : ["./node_modules/@types", "./typedefs"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user