mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Make sure tsx files have same formatting as ts files
Also updates the react sample to only have a single tsconfig so tsfmt can be easily run on it
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
declare module '*.css' {
|
||||
const classes: { [className: string]: string };
|
||||
export = classes;
|
||||
}
|
||||
declare module '*.css' {
|
||||
const classes: { [className: string]: string };
|
||||
export = classes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user