revert: use moduleResolution 'node' after all until TS 4.5
This commit is contained in:
parent
48ef66e689
commit
5e1584f04d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node12",
|
||||
"moduleResolution": "node",
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue