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 48ef66e689
commit 5e1584f04d
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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