Rename directory: app -> bridge

This commit is contained in:
hensm
2023-02-26 18:04:22 +00:00
parent 3864ffdbf5
commit 33bcbc0dca
38 changed files with 29 additions and 26 deletions

7
bridge/tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "../tsconfig",
"include": ["./src/**/*", "./@types/**/*"],
"compilerOptions": {
"lib": ["ES2020.String", "DOM"]
}
}