refactor: move backend to monorepo

This commit is contained in:
2023-05-23 14:07:16 +02:00
parent f4b2d747a3
commit 1ea219b1ef
96 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"skipLibCheck": true,
"useUnknownInCatchVariables": false,
"lib": ["ES2020"]
},
"exclude": [
"./config/",
"./test"
]
}