forked from FoundKeyGang/FoundKey
backend: set moduleResolution to Node16 in tsconfig
This lets us catch any import errors in the backend as it now lines up with Node's ESM module resolution.
This commit is contained in:
parent
26449d4944
commit
7ea052aa25
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"sourceMap": false,
|
||||
"target": "ES2021",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Node16",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"removeComments": false,
|
||||
"noLib": false,
|
||||
|
|
Loading…
Reference in a new issue