ToolJet/plugins/packages/bigquery/tsconfig.json
Midhun G S f4284f8f81
Big Query Integration 🚀 (#2160)
* initial commit

* feature-2152 bigquery integration

* Typo fix

* moved bigquery to databse type
2022-02-07 15:32:38 +05:30

11 lines
No EOL
160 B
JSON

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