hookshot/web/typings/sass.d.ts
Will Hunt b23e516aa5
Statically define connection creation and provisioing (#330)
* Statically define connection creation and provisioing

* Tidy up

* Drop JIRA

* Convert other connections to new system

* Small linting fixes

* Fixes

* changelog

* Fix bridge

* Fix JIRA instance naming

* Fix JIRA config

* Drop unnessacery check
2022-05-06 13:58:39 +00:00

7 lines
217 B
TypeScript

// As per https://lwebapp.com/en/post/cannot-find-module-scss
declare module'*.scss' {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const content: {[key: string]: any}
export = content
}