react-code-dataset / nivo /tsconfig.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
566 Bytes
{
"compilerOptions": {
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"target": "ES2022",
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": true,
"noImplicitReturns": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": false,
"strict": true,
"allowJs": true,
"composite": true,
"declarationMap": true
},
"include": ["./packages/*/index.d.ts"]
}