{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js" }, "exclude": ["node_modules", "dist"] }