Skip to content

Commit c48cb9e

Browse files
committed
fix(build): update include path
1 parent 61fed9d commit c48cb9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"strictNullChecks": true,
1919
"strictPropertyInitialization": false,
2020
"allowJs": true,
21-
}
21+
},
22+
"include": [
23+
"src/**/*"
24+
],
2225
}

0 commit comments

Comments
 (0)