react-code-dataset / react-instantsearch /tsconfig.declaration.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
189 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 9, column 1
{
"extends": "./tsconfig",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false
},
"exclude": ["**/__tests__/**/*", "**/dist/**/*"],
}