Import json to typescript

From Logic Wiki
Jump to: navigation, search


in tsconfig.json file add these two lines

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