lume/tsconfig.node.json

13 lines
205 B
JSON
Raw Permalink Normal View History

2024-08-12 09:07:11 +07:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}