Separate src, test, cypress

This commit is contained in:
David Edmondson
2021-09-07 12:04:01 -07:00
parent c97fece747
commit 0c0adf29d5
7 changed files with 43 additions and 16 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.base.json",
"exclude": ["node_modules", "cypress", "test"]
}