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