Files
openstapps/packages/core-tools/tsconfig.json
2023-05-31 14:04:05 +02:00

8 lines
123 B
JSON

{
"extends": "@openstapps/tsconfig",
"compilerOptions": {
"noUnusedLocals": false,
"stripInternal": true
}
}