mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"stripInternal": true
|
|
}
|
|
}
|