Import json to typescript

From Logic Wiki
Revision as of 08:51, 21 September 2021 by AliIybar (Talk | contribs) (Created page with "Category:Json Category:Node.js Category:Typescript in tsconfig.json file add these two lines "resolveJsonModule": true, "esModuleInterop": true,")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


in tsconfig.json file add these two lines

"resolveJsonModule": true,
"esModuleInterop": true,