react-code-dataset / hooks /tsconfig.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
583 Bytes
{
"compilerOptions": {
"target": "ES5",
"moduleResolution": "node",
"jsx": "react",
"esModuleInterop": true,
"downlevelIteration": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@ahooksjs/use-url-state": ["./packages/use-url-state/src/index.ts"]
},
"allowJs": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"declaration": false,
"strictNullChecks": true,
"importHelpers": true
},
"exclude": ["node_modules", "lib", "es", "dist", "example", "vitest.config.ts"]
}