ts-json icon indicating copy to clipboard operation
ts-json copied to clipboard

Issue: Cannot find module

Open om-ganesh opened this issue 5 years ago • 1 comments

Given I have the typings.d.ts file, when I try to import the json file using import statement in the angular project, the build should not complain about 'Cannot find module json!.json'

om-ganesh avatar Dec 06 '19 21:12 om-ganesh

Related "compilerOptions":

"module": "es6",
"moduleResolution": "node",
"target": "es5",

om-ganesh avatar Dec 06 '19 21:12 om-ganesh