astro/tsconfig.eslint.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
120 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true
},
2023-10-05 18:51:30 +00:00
"include": [".eslintrc.cjs"],
"extends": "./tsconfig.base.json"
}