lava-dt-sql-parser-semantic.../tsconfig.node.json

14 lines
251 B
JSON
Raw Normal View History

2024-04-07 19:10:38 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strictNullChecks": true
},
"include": [
"vite.config.ts"
]
}