Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
619 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 20, column 40
{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"emitDeclarationOnly": false,
"strict": true,
"noEmit": true,
"target": "ESNext",
"jsx": "react",
"baseUrl": ".",
"rootDir": "../",
"skipLibCheck": true,
"noImplicitReturns": false,
"noUnusedLocals": false,
"types": ["vitest/globals"],
"paths": {
"reselect": ["../src/index.ts"], // @remap-prod-remove-line
"@internal/*": ["../src/*"]
}
},
"include": ["**/*.ts*"]
}