tsconfig.build.json 287 B

12345678910111213
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.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. }
  13. }