update project structure

This commit is contained in:
Janis
2023-07-24 02:00:17 +02:00
parent deae4ca430
commit 6a57754494
12 changed files with 1300 additions and 98 deletions

1
tsconfig.build.json Normal file
View File

@@ -0,0 +1 @@
{ "extends": "./tsconfig.json", "exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx"] }