Files
openstapps/backend/tsconfig.json

12 lines
223 B
JSON

{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"useUnknownInCatchVariables": false
},
"exclude": [
"./config/",
"./test"
]
}