chore: rm tsconfig.node.json

This commit is contained in:
axolotle 2024-08-23 13:45:13 +02:00
parent 931c0bced3
commit bb49879225

View file

@ -1,12 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}