Spaces:
Runtime error
Runtime error
Invalid JSON:Expected double-quoted property name in JSONat line 9, column 33
| { | |
| "compilerOptions": { | |
| "outDir": "./dist", | |
| "rootDir": "./", | |
| "target": "ES2018", | |
| "module": "commonjs", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "moduleResolution": "node", // Add this for Vercel | |
| "resolveJsonModule": true, // Enable JSON imports | |
| "skipLibCheck": true // Avoid library type conflicts | |
| }, | |
| "include": [ | |
| "./**/*.ts" | |
| ], | |
| "exclude": [ | |
| "node_modules", | |
| "dist" | |
| ] | |
| } |