17 lines
293 B
JSON
17 lines
293 B
JSON
|
|
{
|
|
"compilerOptions": {
|
|
"lib": ["es2021", "dom"],
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"outDir": "n8n-nodes-openapi-mcp-server",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|
|
|
|
|
|
|