国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
340 B

1 week ago
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "noEmit": true,
  5. "skipLibCheck": true,
  6. "noImplicitAny": false,
  7. "allowJs": true,
  8. "checkJs": false,
  9. "strict": false,
  10. "isolatedModules": false
  11. },
  12. "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
  13. "exclude": ["node_modules"]
  14. }