create-hydro-app
Version:
Create hydro apps with no build configuration.
18 lines (17 loc) • 446 B
JSON
{
"include": ["src"],
"exclude": ["node_modules"],
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "DOM", "DOM.Iterable", "WebWorker"],
"checkJs": true,
"strict": true,
"jsxFactory": "h",
"moduleResolution": "node",
"typeRoots": ["node_modules/@types"],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}