mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
refactor: use @tsconfig/node16 (#721)
This commit is contained in:
parent
5fcc920667
commit
1bf6b3ad0a
5 changed files with 11 additions and 11 deletions
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"extends": "@tsconfig/node16/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowJs": true,
|
||||
"outDir": "dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue