@@ -1,4 +1,4 @@
-import { loadEnv, defineConfig } from '@medusajs/framework/utils'
+import { defineConfig, loadEnv } from '@medusajs/framework/utils';
loadEnv(process.env.NODE_ENV || "development", process.cwd());
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"target": "ES2021",
- "allowJs": true,
"esModuleInterop": true,
"module": "Node16",
"moduleResolution": "Node16",
@@ -18,6 +17,7 @@
"jsx": "react-jsx",
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
+ "checkJs": false,
"strictNullChecks": true
},
"ts-node": {
@@ -33,4 +33,4 @@
".medusa/admin",
".cache"
]
-}
+}