diff --git a/tsconfig.json b/tsconfig.json index f15dea9..31cc109 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,6 @@ "listFiles": false, "noFallthroughCasesInSwitch": true, "pretty": true, - // "moduleResolution": "nodeNext", // disabled to be compatible with module: "esnext" - // "resolveJsonModule": true, // disabled to be compatible with module: "esnext" "rootDir": "src", "skipLibCheck": true, "strict": true,