Files
wakey/ui/tsconfig.node.json
T
2026-04-12 02:22:00 +07:00

12 lines
236 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"],
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}