tsconfig.check.json 168 B

12345678
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "noEmit": true,
  5. "rootDir": "."
  6. },
  7. "include": ["src/**/*.ts", "tests/**/*.ts", "scripts/**/*.ts"]
  8. }