NEON / backend /tsconfig.json
picklefried706's picture
Upload folder using huggingface_hub
40a9423 verified
Invalid JSON: Unexpected token '', "{ "comp"... is not valid JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src"]
}