preact-missing-hooks
Version:
A lightweight, extendable collection of missing React-like hooks for Preact — plus fresh, powerful new ones designed specifically for modern Preact apps.
22 lines (21 loc) • 450 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"jsx": "react",
"jsxFactory": "h",
"moduleResolution": "Node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@": ["./src"]
}
},
"include": ["src"]
}