MiniSearch / tsconfig.node.json
system's picture
system HF Staff
Sync from felladrin/MiniSearch@6c9fb20 (part 2)
af13576 verified
Raw
History Blame Contribute Delete
372 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"vite.config.ts",
"server",
"shared",
"e2e",
"playwright.config.ts"
]
}