Steel / api /tsconfig.json
supernovagateway's picture
Upload folder using huggingface_hub
fb38ec5 verified
{
"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"
]
}