mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"exclude": [
|
|
"./config/",
|
|
"./test"
|
|
]
|
|
}
|