chore: fix json format ts config (#68)

This commit is contained in:
Vasco Santos 2020-12-28 10:18:37 +00:00 committed by GitHub
parent 810466c0f2
commit 10e131dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"paths": {
"mafmt": [
"./src",
"../src",
"../src"
]
},
"types": [
@ -30,7 +30,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"./src/index.d.ts",
"./src/index.d.ts"
],
"include": [
"./test/**/*.spec.js"