eigent/tsconfig.node.json
Douglas 7edfbb11dc refactor(design-tokens): V2 engine + verifier
Migrates component styling to the element/tone/emphasis/state token system
and adds a standalone verifier (`npm run verify:theme`) plus vitest coverage
that exercises every mode × theme × contrast-grid variant.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 20:11:30 +01:00

10 lines
250 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "package.json", "scripts/**/*.ts"]
}