Steel / ui /tsconfig.node.json
supernovagateway's picture
Upload folder using huggingface_hub
fb38ec5 verified
Invalid JSON:Expected double-quoted property name in JSONat line 9, column 3
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
},
"include": ["vite.config.ts"]
}