File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// "sourceMap": true, /* Generates corresponding '.map' file. */
18
18
// "outFile": "./", /* Concatenate and emit output to single file. */
19
19
// "outDir": "./lib" /* Redirect output structure to the directory. */,
20
- "rootDir" : " ." /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ ,
20
+ "rootDir" : " ./src " /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ ,
21
21
// "composite": true, /* Enable project compilation */
22
22
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
23
23
// "removeComments": true, /* Do not emit comments to output. */
64
64
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
65
65
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
66
66
"skipLibCheck" : true ,
67
- "types" : [" @vue/runtime-dom" , " jest " ],
67
+ "types" : [" @vue/runtime-dom" ],
68
68
"verbatimModuleSyntax" : false
69
69
},
70
- "include" : [" src" , " __tests__ " ],
70
+ "include" : [" src" ],
71
71
"exclude" : [" lib" , " es" ]
72
72
}
You can’t perform that action at this time.
0 commit comments