Browse Source

fix json syntax

Yuki Takei 2 years ago
parent
commit
000da97516
1 changed files with 1 additions and 1 deletions
  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,