tsconfig.base.json 217 B

12345678910
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.json",
  3. "compilerOptions": {
  4. "lib": ["ES2020", "DOM", "DOM.Iterable"],
  5. "baseUrl": ".",
  6. "resolveJsonModule": true,
  7. "strict": true,
  8. "skipLibCheck": true
  9. }
  10. }