ts-json
ts-json copied to clipboard
Issue: Cannot find module
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!
Related "compilerOptions":
"module": "es6",
"moduleResolution": "node",
"target": "es5",