We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a76830 commit a509e07Copy full SHA for a509e07
1 file changed
tsconfig.json
@@ -109,5 +109,8 @@
109
/* Completeness */
110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111
"skipLibCheck": true /* Skip type checking all .d.ts files. */
112
- }
+ },
113
+ "include": ["src/**/*"], // Include your source files
114
+ "exclude": ["node_modules", "tests/**/*"] // Exclude test files from compilation
115
}
116
+
0 commit comments