We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e9983 commit 592a2c2Copy full SHA for 592a2c2
test/tsconfig.json
@@ -3,7 +3,8 @@
3
"module": "esnext",
4
"target": "es6",
5
"allowJs": true,
6
- "baseUrl": "./lib"
+ "baseUrl": "./lib",
7
+ "noEmit": true
8
},
9
"include": ["./**/*"]
10
}
0 commit comments