Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require('file.json') in JS causes error TS2307. #15987

Closed
akdor1154 opened this issue May 22, 2017 · 2 comments
Closed

require('file.json') in JS causes error TS2307. #15987

akdor1154 opened this issue May 22, 2017 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@akdor1154
Copy link

TypeScript Version: 2.3

When checkJS is enabled, requireing a JSON file in a js src file is treated as an error.

Code

const config = require('./config.json');

Expected behavior:
config is treated as a var of type any, or for bonus points, an anonymous interface with the shape as defined in the relevant JSON file.
Actual behavior:
error TS2307: Cannot find module './config.json'.

@mhegazy
Copy link
Contributor

mhegazy commented May 22, 2017

Duplicate of #7071, should be fixed by #13665

@mhegazy mhegazy added the Duplicate An existing issue was already created label May 22, 2017
@mhegazy
Copy link
Contributor

mhegazy commented Jun 6, 2017

Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.

@mhegazy mhegazy closed this as completed Jun 6, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants