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