Skip to content

Commit

Permalink
fix tsc build error for @actions/http-client (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk2K committed Jan 11, 2022
1 parent f658dc5 commit f099707
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Expand Up @@ -2,9 +2,6 @@
"compilerOptions": {
"target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"lib": [
"es6"
],
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"sourceMap": true,
Expand Down

0 comments on commit f099707

Please sign in to comment.