n8n_custom_nodes/custom_nodes_for_n8n-master/tsconfig.json

17 lines
301 B
JSON
Raw Normal View History

2025-08-14 10:33:09 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"outDir": "dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["nodes/**/*.ts"]
}