tsconfig.json 120 B

1234567
  1. {
  2. "extends": "../../../tsconfig.base.json",
  3. "include": ["src"],
  4. "compilerOptions": {
  5. "outDir": "./dist"
  6. }
  7. }