We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4280e7a commit 54bd159Copy full SHA for 54bd159
packages/@vuepress/types/tsconfig.json
@@ -1,7 +1,10 @@
1
{
2
"extends": "../../../tsconfig.json",
3
"compilerOptions": {
4
- "noEmit": true
+ "strict": true,
5
+ "noEmit": true,
6
+ "outDir": "./lib",
7
+ "noImplicitAny": true
8
},
9
"include": ["./src"]
10
}
0 commit comments