File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
examples/react-vanilla-spa-ts/src/client Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../../tsconfig.json" ,
3
- "compilerOptions" : {
4
- "allowImportingTsExtensions" : true ,
5
- "allowJs" : false ,
6
- "jsx" : " react-jsx" ,
7
- "lib" : [" DOM" , " DOM.Iterable" , " ESNext" ],
8
- "module" : " ESNext" ,
9
- "moduleResolution" : " bundler" ,
10
- "noEmit" : true ,
11
- "target" : " ES2023" ,
12
- "types" : [" vite/client" ]
13
- },
14
- "include" : [" **/*" ],
15
- "exclude" : []
2
+ "extends" : " ../../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "allowImportingTsExtensions" : true ,
5
+ "allowJs" : false ,
6
+ "jsx" : " react-jsx" ,
7
+ "lib" : [" DOM" , " DOM.Iterable" , " ESNext" ],
8
+ "module" : " ESNext" ,
9
+ "moduleResolution" : " bundler" ,
10
+ "noEmit" : true ,
11
+ "target" : " ES2023" ,
12
+ "types" : [" vite/client" ]
13
+ },
14
+ "include" : [" **/*" ],
15
+ "exclude" : []
16
16
}
You can’t perform that action at this time.
0 commit comments