Skip to content

Commit 7284def

Browse files
committed
fix: revert including all root level ts for complication
1 parent dfecf53 commit 7284def

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
},
3232
"include": [
3333
"frontend/**/*",
34-
"types.d.ts",
35-
"*.ts"
34+
"types.d.ts"
3635
],
3736
"exclude": [
3837
"frontend/generated/jar-resources/**"

0 commit comments

Comments
 (0)