Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
406 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 12, column 37
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"strict": true,
"target": "ES2015",
"lib": ["ES2021.WeakRef"],
"declaration": true,
"noEmit": true,
"skipLibCheck": true,
"paths": {
"reselect": ["../src/index"], // @remap-prod-remove-line
"@internal/*": ["../src/*"]
}
},
"include": ["**/*.ts", "../typescript_test/**/*.ts"]
}