tsconfig.build.json 80 B

1234
  1. {
  2. "extends": "./tsconfig.json",
  3. "exclude": ["./**/*.test.ts", "./static"]
  4. }