tsconfig.lint.json 91 B

12345678
  1. {
  2. "compilerOptions": {
  3. "noEmit": true,
  4. },
  5. "include": [
  6. "../../**/*.ts"
  7. ]
  8. }