Spaces:
Runtime error
Runtime error
| { | |
| "compilerOptions": { | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "module": "Node16", | |
| "target": "ESNext", | |
| "moduleResolution": "Node16", | |
| "skipLibCheck": true, | |
| "sourceMap": true, | |
| "outDir": "build", | |
| "forceConsistentCasingInFileNames": true, | |
| "noImplicitAny": false, | |
| "strict": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true | |
| }, | |
| "include": ["src"], | |
| "files": [ | |
| "./src/types/fastify.d.ts", | |
| "src/services/cdp/plugins/pptr-extensions.d.ts", | |
| "src/types/turndown.d.ts" | |
| ] | |
| } | |