Skip to content

Commit 4ea9fd7

Browse files
committed
chore: cleanup
1 parent 88ea67c commit 4ea9fd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noEmit": true,
1717
"jsx": "react-jsx"
1818
},
19-
"include": ["src"],
19+
"include": ["**/*.ts", "**/*.tsx"],
20+
"exclude": ["node_modules"],
2021
"references": [{ "path": "./tsconfig.node.json" }]
2122
}

0 commit comments

Comments
 (0)