mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-24 20:12:29 +00:00
chore: fix json format ts config (#68)
This commit is contained in:
parent
810466c0f2
commit
10e131dade
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user