ToolJet/marketplace/plugins/awsredshift/tsconfig.json
Syed Mohammad Akhtar Rizvi 8aeaa119e0
AWS Redshift plugin (#8839)
2024-03-07 11:33:47 +05:30

11 lines
No EOL
160 B
JSON

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