File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="node" />
2
- /// <reference types="react" />
3
- /// <reference types="react-dom" />
4
2
/// <reference types="chrome" />
3
+ /// <reference types="./js-frameworks.d.ts" />
5
4
/// <reference path="./css-content.d.ts" />
6
5
/// <reference path="./css-modules.d.ts" />
7
6
/// <reference path="./images.d.ts" />
8
- /// <reference types="svelte" />
9
7
10
8
declare namespace NodeJS {
11
9
interface ProcessEnv {
Original file line number Diff line number Diff line change
1
+ /// <reference types="react" />
2
+ /// <reference types="react-dom" />
3
+ /// <reference types="svelte" />
Original file line number Diff line number Diff line change 28
28
" node_modules" ,
29
29
" **/dist" ,
30
30
" **/spec" ,
31
- " ./programs/create/templates/**"
31
+ " ./programs/create/templates/**" ,
32
+ " ./examples/**"
32
33
]
33
34
}
You can’t perform that action at this time.
0 commit comments