Skip to content

Commit a509e07

Browse files
committed
exlcuded tests folder in tsconfig
1 parent 3a76830 commit a509e07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,8 @@
109109
/* Completeness */
110110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111111
"skipLibCheck": true /* Skip type checking all .d.ts files. */
112-
}
112+
},
113+
"include": ["src/**/*"], // Include your source files
114+
"exclude": ["node_modules", "tests/**/*"] // Exclude test files from compilation
113115
}
116+

0 commit comments

Comments
 (0)