mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: move backend to monorepo
This commit is contained in:
13
backend/backend/tsconfig.json
Normal file
13
backend/backend/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"lib": ["ES2020"]
|
||||
},
|
||||
"exclude": [
|
||||
"./config/",
|
||||
"./test"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user