lynxkite / web /tsconfig.node.json
darabos's picture
Baklava.js working.
1a56106
raw
history blame
233 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}