{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "moduleResolution": "Bundler" }, "include": ["src", "eslint.config.js", "tsup.config.js", "vite.config.ts"] }