superset/superset-frontend/temporary_superset_ui/superset-ui/.gitignore
Chris Williams b3444d86df add Typescript support + convert @superset-ui/connection to Typescript (#41)
* [typescript] add build support for typescript

* [typescript] working lint and build

* [typescript] refactor SupersetClient to TS

* [typescript][connection] leverage RequestInit types when relevant

* [typescript][connection] callApi.js => callApi.ts

* [typescript][connection] remaining .js => .ts

* [typescript][connection] add and export src/types.ts, refactor things, convert test to .ts and fix

* [typescript] build:ts only in typescript-containing packages
2021-11-26 11:44:35 +08:00

28 lines
266 B
Plaintext

.babelrc
.cache
.DS_Store
.eslintcache
.eslintignore
.eslintrc.js
.idea
.npm
.prettierignore
.yarnclean
*.log
*.map
*.min.js
babel.config.js
build/
coverage/
esm/
jest.config.js
lib/
logs/
node_modules/
package-lock.json
prettier.config.js
tsconfig.json
yarn.lock