web_reader / tsconfig.json
Mohammad Shahid
.
ea5ca39
raw
history blame contribute delete
560 Bytes
Invalid JSON: Expected double-quoted property name in JSONat line 19, column 5
{
"compilerOptions": {
"module": "node16",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "build",
"sourceMap": true,
"strict": true,
"allowJs": true,
"target": "es2022",
"lib": ["es2022"],
"skipLibCheck": true,
"useDefineForClassFields": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"noImplicitOverride": true,
},
"compileOnSave": true,
"include": ["src"]
}