Fixed a problem with asset generation script config.

This commit is contained in:
jtuu 2020-08-02 12:36:52 +03:00
parent f6365b7a91
commit 3ba8a85d44
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"resolveJsonModule": true,
"moduleResolution": "node",
"noEmit": true,
"experimentalDecorators": true
},
"include": ["static_generation"]
"experimentalDecorators": true,
"typeRoots" : ["./node_modules/@types", "./typedefs"]
}
}