Spaces:
Paused
Paused
Invalid JSON:Expected property name or '}' in JSONat line 3, column 5
| { | |
| "compilerOptions": { | |
| /* Base Options */ | |
| "target": "ES2022", | |
| "module": "CommonJS", | |
| "moduleResolution": "node", | |
| "lib": ["ESNext", "DOM"], | |
| "types": ["node"], | |
| /* Strict Type-Checking Options */ | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "strictNullChecks": true, | |
| "strictFunctionTypes": true, | |
| "noImplicitThis": true, | |
| "alwaysStrict": true, | |
| /* Source Map Options */ | |
| "sourceMap": true, | |
| "outDir": "lib", | |
| "rootDir": "./", | |
| /* Module Resolution Options */ | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| /* Advanced Options */ | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true | |
| }, | |
| "include": ["index.ts", "src/**/*"], | |
| "exclude": ["node_modules", "lib", "**/*.test.ts"] | |
| } | |