yak_handcuffs/tsconfig.node.json

10 lines
193 B
JSON
Raw Normal View History

2025-03-31 18:24:37 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}