Skip to content

Commit a3c1d4e

Browse files
committed
remove /backend from tsconfig
1 parent 2e633ce commit a3c1d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"src/**/*.jsx",
3737
"src/**/*.js",
3838
"src/**/*.json",
39-
"backend/**/*.ts",
40-
"backend/**/*.js",
41-
"backend/**/*.json",
39+
// "backend/**/*.ts",
40+
// "backend/**/*.js",
41+
// "backend/**/*.json",
4242
"cypress/**/*.ts",
4343
"cypress/**/*.js",
4444
"cypress/**/*.json",

0 commit comments

Comments
 (0)