astro/tsconfig.eslint.json

7 lines
88 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true
},
"extends": "./tsconfig.base.json"
}