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.
|
- // 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"
- ]
- }
|