Files
openstapps/packages/core-tools/tsconfig.json

9 lines
155 B
JSON

{
"extends": "@openstapps/tsconfig",
"compilerOptions": {
"noUnusedLocals": false,
"stripInternal": true
},
"exclude": ["lib", "app.js"]
}