Files
openstapps/tsconfig.json
2021-08-25 09:47:36 +00:00

8 lines
157 B
JSON

{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"compilerOptions": {
"noUnusedLocals": false,
"stripInternal": true
}
}