mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"stripInternal": true
|
|
}
|
|
}
|