Skip to content

Commit 74eeece

Browse files
committed
chore: add more excludes to tsconfig
1 parent e957045 commit 74eeece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"resolveJsonModule": true,
1111
"skipLibCheck": true
1212
},
13-
"exclude": ["node_modules"]
13+
"exclude": ["node_modules", "dist"]
1414
}

0 commit comments

Comments
 (0)