lume/tsconfig.node.json

11 lines
200 B
JSON
Raw Normal View History

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