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

revert: use moduleResolution 'node' after all until TS 4.5

This commit is contained in:
Dragory 2021-10-31 14:50:54 +02:00
parent faf277e534
commit 4857577e3d

View file

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