tsconfig.eslint.json 88 B

123456
  1. {
  2. "compilerOptions": {
  3. "allowJs": true
  4. },
  5. "extends": "./tsconfig.base.json"
  6. }