mirror of https://github.com/actions/toolkit
revert root tsconfig.json
parent
efcab31d38
commit
c608703ecf
|
@ -4,7 +4,7 @@
|
|||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"target": "es2020",
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"baseUrl": "./",
|
||||
|
@ -22,4 +22,4 @@
|
|||
"**/*.test.ts",
|
||||
"**/__mocks__/*"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue