Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- // Used by eslint for linting
- {
- "extends": "./types/tsconfig.json",
- // We're just using this for index.d.ts
- "include": [
- "types/index.d.ts",
- "types/test.ts"
- ]
- }
|