mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"stripInternal": true
|
|
},
|
|
"exclude": ["lib", "app.js"]
|
|
}
|