Implement SmartMenuiserie API + added bun test-server

This commit is contained in:
Hydroxycarbamide 2022-07-30 19:56:41 +02:00
parent 281cd92194
commit b4806db91a
21 changed files with 377 additions and 244 deletions

View file

@ -17,5 +17,6 @@
"jsx": "react-jsx"
},
"include": ["src"],
"exclude": ["test-server"],
"references": [{ "path": "./tsconfig.node.json" }]
}