@@ -1,5 +1,11 @@
{
- "extends": "./.svelte-kit/tsconfig.json",
+ "extends": [
+ "./eslint.config.js",
+ "./scripts/env.js",
+ "./src/utils/code-group-svg-data.js",
+ "./svelte/config.js",
+ "./.svelte-kit/tsconfig.json"
+ ],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
@@ -16,4 +22,4 @@
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
-}
+}