mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add moduleResolution to tsconfig to fix local tsserver
This commit is contained in:
committed by
Thomas Ruoff
parent
fba38622a3
commit
7389289b81
@@ -10,6 +10,7 @@
|
||||
"incremental": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve"
|
||||
|
||||
Reference in New Issue
Block a user