homemanager-fe/tsconfig.node.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2023-01-16 19:37:39 +00:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}