tambahan
This commit is contained in:
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user