mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"lib": ["ES2020"]
|
|
},
|
|
"exclude": [
|
|
"./config/",
|
|
"./test"
|
|
]
|
|
}
|