+5
-13
tsconfig.json
+5
-13
tsconfig.json
···// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */-"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,+"moduleResolution": "bundler" /* Specify how TypeScript looks up a file from a given module specifier. */,···