Skip to content

Commit e99b8da

Browse files
committed
chore: update tsconfig.json to exclude build artifacts and JavaScript files from compilation
1 parent 71d3080 commit e99b8da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"noImplicitAny": true,
88
"strictBindCallApply": true,
99
"strictPropertyInitialization": false
10-
}
10+
},
11+
"exclude": [
12+
"node_modules",
13+
"**/dist/**/*",
14+
"**/dist/**/*",
15+
"**/*.js",
16+
"**/*.mjs",
17+
]
1118
}

0 commit comments

Comments
 (0)