justusjonas74/uic-918-3

View on GitHub
tsconfig.postinstall.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "sourceMap": false,
    "removeComments": true,
    "outDir": "./postinstall"
  },
  "include": ["./src/postinstall"]
}