Pārlūkot izejas kodu

chore: Revert back to .js fiel

olivermrbl 5 mēneši atpakaļ
vecāks
revīzija
88d1939201
2 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 0 0
      medusa-config.js
  2. 1 1
      tsconfig.json

+ 0 - 0
medusa-config.ts → medusa-config.js


+ 1 - 1
tsconfig.json

@@ -1,6 +1,7 @@
 {
   "compilerOptions": {
     "target": "ES2021",
+    "allowJs": true,
     "esModuleInterop": true,
     "module": "Node16",
     "moduleResolution": "Node16",
@@ -17,7 +18,6 @@
     "jsx": "react-jsx",
     "forceConsistentCasingInFileNames": true,
     "resolveJsonModule": true,
-    "checkJs": false,
     "strictNullChecks": true
   },
   "ts-node": {