@npio/internals
Version:
A free visual website editor, powered with your own SolidJS components.
15 lines (14 loc) • 331 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"jsxImportSource": "solid-js",
"jsx": "preserve",
"strict": true,
"types": ["node", "vite/client"]
}
}