astro/tsconfig.eslint.json
2023-10-05 20:51:30 +02:00

7 lines
120 B
JSON

{
"compilerOptions": {
"allowJs": true
},
"include": [".eslintrc.cjs"],
"extends": "./tsconfig.base.json"
}