Skip to content

Commit f099707

Browse files
authored
fix tsc build error for @actions/http-client (#402)
1 parent f658dc5 commit f099707

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"compilerOptions": {
33
"target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
44
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
5-
"lib": [
6-
"es6"
7-
],
85
"outDir": "./lib", /* Redirect output structure to the directory. */
96
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
107
"sourceMap": true,

0 commit comments

Comments
 (0)