Skip to content

Commit ca7dab3

Browse files
committed
try to fix type issue
1 parent 609349c commit ca7dab3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/ui/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"allowJs": false,
77
"isolatedModules": true
88
},
9-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app"]
9+
"include": [
10+
"next-env.d.ts",
11+
"**/*.ts",
12+
"**/*.tsx",
13+
".next/types/**/*.ts",
14+
"app",
15+
"**/*.d.ts"
16+
]
1017
}

0 commit comments

Comments
 (0)