Files
openstapps/tsconfig.json
2023-04-28 12:43:31 +00:00

14 lines
272 B
JSON

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