{ "compilerOptions": { "declaration": true, "allowSyntheticDefaultImports": true, "target": "esnext", "newLine": "LF", "moduleResolution": "node", "strict": true, "jsx": "preserve", "jsxImportSource": "solid-js", "outDir": "./dist", "module": "esnext" }, "include": ["./src"], "exclude": ["node_modules", "dist"] }