mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-27 19:32:12 +00:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"stripInternal": true
|
|
}
|
|
}
|