doodly/tsconfig.node.json

9 lines
160 B
JSON
Raw Permalink Normal View History

2022-08-13 15:08:44 +00:00
{
2022-08-13 15:17:26 +00:00
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": ["vite.config.ts"]
2022-08-13 15:08:44 +00:00
}