tsconfig.json 287 B

123456789101112
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "baseUrl": ".",
  5. "rootDir": "./src",
  6. "outDir": "./dist",
  7. "declaration": true,
  8. "removeComments": true,
  9. "strictPropertyInitialization": false,
  10. "sourceMap": true
  11. }
  12. }