Files
Agent-n8n/n8n-n8n-1.109.2/packages/@n8n/stylelint-config/tsconfig.json
2025-09-08 04:48:28 +08:00

19 lines
411 B
JSON
Executable File

{
"compilerOptions": {
"target": "ES2015",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["dist", "node_modules", "**/*.test.ts"]
}