Browse Source

refactor: updates tsconfig.json

e22m4u 1 week ago
parent
commit
c94e1676b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -5,7 +5,7 @@
     "module": "NodeNext",
     "moduleResolution": "NodeNext",
     "allowJs": true,
-    "checkJs": true,
+    "checkJs": true
   },
   "include": [
     "./src/**/*.ts",