mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
WIP
This commit is contained in:
parent
c4b374fc52
commit
a96e9cbd13
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"outDir": "./dist",
|
||||
"outDir": "dist/",
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": "./src",
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
"target": "es2015"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue