n8n-tavily-nodes/tsconfig.json
Steven Milanese 666d4eb4c2 dev beta
2025-03-07 05:05:49 -05:00

16 lines
385 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM"],
"module": "CommonJS",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": false
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}