codecov-action/tsconfig.json
2021-06-10 11:09:14 -04:00

8 lines
91 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true
},
"include": [
"src"
]
}