platform-codebase/features/feature-flags/frontend-admin/tsconfig.node.json
Lilith fb44ef1378 🔧 Remove noEmit from feature-flags tsconfig.node.json
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 08:45:52 -08:00

14 lines
306 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"vite.config.ts",
"../../../@packages/@utils/vite-version-plugin/src/**/*.ts"
]
}