nitropage
Version:
A free and open source, extensible visual page builder based on SolidStart.
20 lines (19 loc) • 423 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"resolveJsonModule": true,
"jsxImportSource": "solid-js",
"jsx": "preserve",
"skipLibCheck": true,
"strict": true,
"types": ["node", "vite/client"],
"paths": {
"#*": ["./src/*"]
}
}
}