Skip to content

Commit 5fbd2c1

Browse files
committed
Remove empty exlcude in tsconfig.json
1 parent af16310 commit 5fbd2c1

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
@@ -33,6 +33,5 @@
3333
"noUnusedParameters": true,
3434
"noUncheckedSideEffectImports": true
3535
},
36-
"include": ["**/*.ts"],
37-
"exclude": []
36+
"include": ["**/*.ts"]
3837
}

0 commit comments

Comments
 (0)