chat / api /jsconfig.json
helloya20's picture
Upload 2345 files
f0743f4 verified
Invalid JSON: Expected double-quoted property name in JSON at line 5, column 5
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
// "checkJs": true, // Report errors in JavaScript files
"baseUrl": "./",
"paths": {
"*": ["*", "node_modules/*"],
"~/*": ["./*"]
}
},
"exclude": ["node_modules"]
}