We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fed9d commit c48cb9eCopy full SHA for c48cb9e
1 file changed
tsconfig.json
@@ -18,5 +18,8 @@
18
"strictNullChecks": true,
19
"strictPropertyInitialization": false,
20
"allowJs": true,
21
- }
+ },
22
+ "include": [
23
+ "src/**/*"
24
+ ],
25
}
0 commit comments