mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
// https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports
|
|
declare module '*.scss' {
|
|
const content: {[className: string]: string};
|
|
export default content;
|
|
}
|