File tree 2 files changed +3
-37
lines changed
2 files changed +3
-37
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ../../tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "allowImportingTsExtensions" : true ,
4
- "allowJs" : true ,
5
- "allowSyntheticDefaultImports" : true ,
6
- "checkJs" : true ,
7
- "esModuleInterop" : true ,
8
- "forceConsistentCasingInFileNames" : true ,
9
4
"isolatedModules" : true ,
10
- "lib" : [" DOM" , " DOM.Iterable" , " ES2020" ],
11
- "module" : " ES2020" ,
12
- "moduleResolution" : " bundler" ,
13
- "noEmit" : true ,
14
- "noImplicitReturns" : true ,
15
- "noUncheckedIndexedAccess" : true ,
16
- "noUnusedLocals" : true ,
17
- "noUnusedParameters" : true ,
18
- "resolveJsonModule" : true ,
19
- "skipLibCheck" : true ,
20
- "sourceMap" : true ,
21
- "strict" : true ,
22
- "target" : " ES2020"
5
+ "noEmit" : true
23
6
},
24
7
"include" : [
25
8
" src/**/*.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ../../tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "allowImportingTsExtensions" : true ,
4
- "allowJs" : true ,
5
- "allowSyntheticDefaultImports" : true ,
6
- "checkJs" : true ,
7
- "esModuleInterop" : true ,
8
- "forceConsistentCasingInFileNames" : true ,
9
4
"isolatedModules" : true ,
10
- "lib" : [" DOM" , " DOM.Iterable" , " ES2020" ],
11
- "module" : " ES2020" ,
12
- "moduleResolution" : " bundler" ,
13
5
"noEmit" : true ,
14
- "noImplicitReturns" : true ,
15
- "noUncheckedIndexedAccess" : true ,
16
- "noUnusedLocals" : true ,
17
- "noUnusedParameters" : true ,
18
- "resolveJsonModule" : true ,
19
- "skipLibCheck" : true ,
20
- "sourceMap" : true ,
21
- "strict" : true ,
22
- "target" : " ES2020" ,
23
6
"types" : [" vitest/globals" , " @testing-library/jest-dom" ]
24
7
},
25
8
"include" : [
You can’t perform that action at this time.
0 commit comments