Better dir structure

This commit is contained in:
Gregory Schier
2023-02-18 20:30:39 -08:00
parent 51b6147445
commit bfa3418ee5
21 changed files with 8 additions and 6 deletions

View File

@@ -16,6 +16,8 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"include": [
"src-web"
],
"references": [{ "path": "./tsconfig.node.json" }]
}