tsconfig.build.json 108 B

1234567
  1. {
  2. "extends": "./tsconfig",
  3. "compilerOptions": {
  4. "rootDir": "./src",
  5. },
  6. "include": ["src/**/*"]
  7. }