mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Also updates the react sample to only have a single tsconfig so tsfmt can be easily run on it
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
declare module '*.css' {
|
|
const classes: { [className: string]: string };
|
|
export = classes;
|
|
}
|