mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 17:50:52 +03:00
17 lines
233 B
JSON
17 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"noEmit": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"declaration": true
|
|
},
|
|
"tsc-alias": {
|
|
"replacers": {
|
|
"base-url": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|