mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* add-feature-easypost * error standardisation in easypost * copyright name change * connection fix * implemented spec url functionslity and fixed connection issue * prreview cahnges * Removed authetication dropdown * pr changes round 2 * Json body bug fixed * change in spec url * change in spec url * test connection method fixed
11 lines
No EOL
160 B
JSON
11 lines
No EOL
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "lib"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |