tsconfig.build.json 236 B

123456789101112
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "dist",
  5. "declaration": true,
  6. "noResolve": false,
  7. "preserveConstEnums": true,
  8. "sourceMap": true,
  9. "noEmit": false,
  10. "inlineSources": true
  11. }
  12. }