fix Api import in App

This commit is contained in:
dswbx
2025-02-21 08:14:22 +01:00
parent fb725be0ed
commit 060df210f9
5 changed files with 12 additions and 8 deletions

4
app/tsconfig.build.json Normal file
View File

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