ghp / packages /shared /tsconfig.json
QSLY's picture
deploy: build Hugging Face Space from source
00a912e
Raw
History Blame Contribute Delete
262 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 12, column 3
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"declaration": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"verbatimModuleSyntax": true,
},
"include": ["src"]
}