Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 079249e

Browse files
author
yona3
committed
🔧 Update tsconfig
1 parent 9c9906f commit 079249e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"lib": ["esnext"],
77
"esModuleInterop": true
88
},
9-
"include": ["src/**/*"]
9+
"include": ["src/**/*.ts"],
10+
"exclude": ["node_modules"]
1011
}

0 commit comments

Comments
 (0)