Skip to content

Commit eb9e6f5

Browse files
committed
chore(tsconfig): add missing included files
1 parent 4da98e8 commit eb9e6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"isolatedModules": true,
1616
"skipLibCheck": true
1717
},
18-
"include": ["src/"]
18+
"include": ["src/", "*"]
1919
}

0 commit comments

Comments
 (0)