lava-dt-sql-parser-semantic.../tsconfig.node.json
Kijin-Seija d7cbadf1db init
2024-04-07 19:10:38 +08:00

14 lines
251 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strictNullChecks": true
},
"include": [
"vite.config.ts"
]
}