tsconfig.build.json 70 B

123456
  1. {
  2. "extends": "./tsconfig.json",
  3. "include": [
  4. "src/*.ts"
  5. ]
  6. }