nox/tsconfig.node.json

9 lines
142 B
JSON
Raw Permalink Normal View History

2023-08-11 18:06:00 +02:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": ["vite.config.ts"]
}