Frontend/tsconfig.node.json

10 lines
185 B
JSON
Raw Permalink Normal View History

2024-03-18 08:55:04 +00:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
2024-03-28 02:14:12 +00:00
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
2024-03-18 08:55:04 +00:00
}