tsconfig.build.json 137 B

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