Explorar el Código

fix json syntax

Yuki Takei hace 2 años
padre
commit
000da97516
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,