UNPKG

nitropage

Version:

A free visual website editor, powered with your own SolidJS components.

18 lines (17 loc) 377 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "resolveJsonModule": true, "jsxImportSource": "solid-js", "jsx": "preserve", "strict": true, "types": ["node", "vite/client"], "paths": { "#*": ["./src/*"] } } }