mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-23 10:21:51 +01:00
chore: update TS config
This commit is contained in:
parent
d95f88e824
commit
9a91949621
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"include": [
|
||||
"src/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"./node_modules",
|
||||
"./node_modules/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"types": []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue