Skip to content

Commit e7a2dbe

Browse files
committed
pls fix lint
1 parent 0e5721a commit e7a2dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"include": [
2626
"next-env.d.ts",
2727
"**/*.ts",
28-
"**/*.tsx"
28+
"**/*.tsx",
29+
"custom.d.ts"
2930
]
3031
}

0 commit comments

Comments
 (0)