ToolJet/marketplace/plugins/azurerepos/tsconfig.json
kushalsourav 3cf5f7705a
feature marketplace plugin azure repo (#11707)
* feature marketplace plugin azure repo

Fix: #5990

* chore: refactor imports, types, and naming conventions
2025-03-07 16:43:25 +05:30

11 lines
No EOL
160 B
JSON

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