tsconfig.types.json 193 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "noEmit": true,
  6. "rootDir": "."
  7. },
  8. "include": ["test/**/*.types.ts"]
  9. }