3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-24 18:15:02 +00:00

feat: use TS moduleResolution node12 to retain dynamic imports in compiled code

This commit is contained in:
Dragory 2021-10-31 14:28:43 +02:00
parent 0d6b1d462e
commit faf277e534

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
"moduleResolution": "node12",
"module": "commonjs",
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,