life-manager/codebase/apps/cli/tsconfig.json
Lilith 8b9643997a refactor(frontend-hooks): ♻️ reorganize api hook components into dedicated feature folders
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 13:24:40 -08:00

14 lines
317 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"outDir": "./dist",
"rootDir": "./src",
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}