File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 20
20
"skipLibCheck" : true , // Skip checking of declaration files.
21
21
"sourceMap" : true , // Generate source maps.
22
22
"target" : " ES2020" , // Set ECMAScript version to ES2020.
23
- "typeRoots" : [
24
- " ./node_modules/@types" ,
25
- " ./node_modules/@testing-library"
26
- ], // Specify root directory for type declarations.
27
23
"types" : [
28
24
" node" ,
29
25
" react" ,
35
31
" DOM.Iterable"
36
32
] // Include libraries for ES2020 and DOM.
37
33
},
38
- "include" : [
39
- " src" ,
40
- " spec" ,
41
- " samples"
42
- ], // Include only the provided directory for compilation.
43
34
"exclude" : [
44
35
" node_modules" ,
45
36
" dist" ,
48
39
" test-report"
49
40
], // Exclude these directories from compilation.
50
41
"compileOnSave" : false // Disable Compile-on-Save.
51
- }
42
+ }
You can’t perform that action at this time.
0 commit comments