tsconfig-scripts.json 83 B

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