UNPKG

create-prpc-app

Version:

Create brand new pRPC app within seconds

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