n8n/tsconfig.build.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
222 B
JSON
Raw Normal View History

{
"compilerOptions": {
"types": ["node"],
"noEmit": false,
"declaration": true,
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"tsc-alias": {
"replacers": {
"base-url": {
"enabled": false
}
}
}
}