tsconfig.build.json 335 B

1234567891011121314151617
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.base.json",
  4. "compilerOptions": {
  5. "rootDir": "./src",
  6. "outDir": "dist",
  7. "declaration": true,
  8. "noResolve": false,
  9. "preserveConstEnums": true,
  10. "sourceMap": false,
  11. "noEmit": false,
  12. "baseUrl": ".",
  13. "paths": {
  14. }
  15. }
  16. }