tsconfig.build.json 228 B

1234567891011
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "rootDir": "src",
  6. "outDir": "dist",
  7. "noEmit": false,
  8. "declaration": true
  9. },
  10. "include": ["src"]
  11. }