Spaces:
Runtime error
Runtime error
File size: 628 Bytes
fb38ec5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"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"
]
}
|