ToolJet/marketplace/plugins/easypost/tsconfig.json
satyy2301 5cd0858c05
Feature/easypost plugin (#13494)
* 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
2025-09-08 12:28:31 +05:30

11 lines
No EOL
160 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "lib"
},
"exclude": [
"node_modules",
"dist"
]
}