Parcourir la source

fix json syntax

Yuki Takei il y a 2 ans
Parent
commit
000da97516
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apps/app/tsconfig.json

+ 1 - 1
apps/app/tsconfig.json

@@ -20,7 +20,7 @@
   "include": [
     "next-env.d.ts",
     "config",
-    "src",
+    "src"
   ],
   "ts-node": {
     "transpileOnly": true,