Skip to content

Commit a243814

Browse files
committed
fix(web): linting and deploy
1 parent 95195d5 commit a243814

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/components/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"extends": "../tsconfig.json",
3-
"include": [
4-
"**/*.ts",
5-
"**/*.tsx",
6-
],
3+
"include": ["**/*.ts", "**/*.tsx"],
74
"compilerOptions": {
85
"jsx": "react-jsx"
96
}

0 commit comments

Comments
 (0)