{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js" }, "include": [ "src/**/*.ts", "src/**/*.tsx", ".eslintrc.cjs", "test-setup.ts", "tsup.config.js", "vite.config.ts" ] }