Skip to content

Commit 60e823b

Browse files
committed
chore: reset tsconfig
1 parent 91c10c8 commit 60e823b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// "sourceMap": true, /* Generates corresponding '.map' file. */
1818
// "outFile": "./", /* Concatenate and emit output to single file. */
1919
// "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. */,
2121
// "composite": true, /* Enable project compilation */
2222
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
2323
// "removeComments": true, /* Do not emit comments to output. */
@@ -64,9 +64,9 @@
6464
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6565
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6666
"skipLibCheck": true,
67-
"types": ["@vue/runtime-dom", "jest"],
67+
"types": ["@vue/runtime-dom"],
6868
"verbatimModuleSyntax": false
6969
},
70-
"include": ["src", "__tests__"],
70+
"include": ["src"],
7171
"exclude": ["lib", "es"]
7272
}

0 commit comments

Comments
 (0)