UNPKG

create-jd-app

Version:

Create modern type safed Solid web application within seconds

18 lines (17 loc) 379 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "jsxImportSource": "solid-js", "jsx": "preserve", "types": ["vite/client", "@solidjs/start/env"], "baseUrl": "./", "paths": { "~/*": ["./src/*"] } } }