Skip to content

Commit 3c3cba9

Browse files
committed
fixed error ts config
1 parent fc125a7 commit 3c3cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"typeRoots": ["node_modules/@types", "node_modules/@types/node"]
1717
},
1818
// only compile ts files in this directory
19-
"include": [".app/src/**/*"]
19+
"include": ["app/src/**/*","server/**/*"],
2020
}

0 commit comments

Comments
 (0)