Skip to content

Commit bf6236b

Browse files
committed
chore: Update TSConfig
1 parent f9f052d commit bf6236b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Best practices
1717
"strict": true,
1818
"skipLibCheck": true,
19-
"noFallthroughCasesInSwitch": true
19+
"noFallthroughCasesInSwitch": true,
2020
},
21-
"exclude": ["node_modules", ".git", "old"]
21+
"exclude": ["node_modules", ".git", "dist"],
2222
}

0 commit comments

Comments
 (0)