Files
n8n-enterprise-unlocked/tsconfig.backend.json
T

8 lines
126 B
JSON

{
"compilerOptions": {
"types": ["node", "jest"],
"noEmit": true,
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
}
}