mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 09:51:01 -05:00
Enabled importing .json files
This commit is contained in:
parent
07fccebe08
commit
184c337d90
1 changed files with 1 additions and 0 deletions
|
@ -7,5 +7,6 @@
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"baseUrl": "./src",
|
"baseUrl": "./src",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
|
"resolveJsonModule": true,
|
||||||
},
|
},
|
||||||
}
|
}
|
Loading…
Reference in a new issue