flowbite-qwik-cli
Version:
This is a CLI tool to setup flowbite qwik into your project
20 lines (19 loc) • 427 B
JSON
{
"compilerOptions": {
"allowJs": true,
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext"],
"strict": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"moduleResolution": "Bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"incremental": true,
"isolatedModules": true,
"outDir": "dist",
"noEmit": true
},
"include": ["src"]
}