File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 7
7
"noEmit" : false ,
8
8
"emitDeclarationOnly" : true ,
9
9
"outDir" : " ./node_modules/.tmp/app" ,
10
- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.app.tsbuildinfo" ,
11
-
12
10
"baseUrl" : " ." ,
13
11
"paths" : {
14
12
"@/*" : [" ./src/*" ]
Original file line number Diff line number Diff line change 12
12
"noEmit" : false ,
13
13
"emitDeclarationOnly" : true ,
14
14
"outDir" : " ./node_modules/.tmp/node" ,
15
- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.node.tsbuildinfo" ,
16
-
17
15
"module" : " ESNext" ,
18
16
"moduleResolution" : " Bundler" ,
19
17
"types" : [" node" ]
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " . /tsconfig.app .json" ,
2
+ "extends" : " @vue /tsconfig/tsconfig.dom .json" ,
3
3
"include" : [
4
4
" src/**/__tests__/*" ,
5
5
" cypress/support/component.*" ,
6
6
" cypress/support/commands.ts"
7
7
],
8
- "exclude" : [],
9
8
"compilerOptions" : {
10
9
"composite" : true ,
10
+ "noEmit" : false ,
11
+ "emitDeclarationOnly" : true ,
11
12
"outDir" : " ./node_modules/.tmp/cypress-ct" ,
12
- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.cypress-ct.tsbuildinfo"
13
+ "baseUrl" : " ." ,
14
+ "paths" : {
15
+ "@/*" : [" ./src/*" ]
16
+ }
13
17
},
14
18
"references" : [
15
19
{ "path" : " ./tsconfig.app.json" }
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ./tsconfig.app.json" ,
3
- "include" : [
4
- " src/**/__tests__/*"
5
- ],
6
- "exclude" : [],
2
+ "extends" : " @vue/tsconfig/tsconfig.dom.json" ,
3
+ "include" : [" src/**/__tests__/*" ],
7
4
"compilerOptions" : {
8
5
"composite" : true ,
6
+ "noEmit" : false ,
7
+ "emitDeclarationOnly" : true ,
9
8
"outDir" : " ./node_modules/.tmp/vitest" ,
10
- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.vitest.tsbuildinfo" ,
11
-
9
+ "baseUrl" : " ." ,
10
+ "paths" : {
11
+ "@/*" : [" ./src/*" ]
12
+ },
12
13
"lib" : [],
13
14
"types" : [" node" , " jsdom" ]
14
15
},
You can’t perform that action at this time.
0 commit comments