MiniSearch / tsconfig.node.json
github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
ad2abab
raw
history blame contribute delete
247 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "server"]
}