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