chore: fixed typescript build

This commit is contained in:
arthurfiorette 2021-12-11 10:45:22 -03:00
parent 6929b021e0
commit ef94c70423
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true
},
"include": ["src"],