This repository was archived by the owner on Jun 27, 2018. It is now read-only.
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
Reference external modules #15
Open
Description
Is it possible to use this module to compile source code which is using external modules?
I can't figure out how to make this simple file to work
/// <reference path="typings/tsd.d.ts"/>
import $ = require("jquery");
Keep getting
L1: File 'typings/tsd.d.ts' not found.
L2: Cannot find external module 'jquery'.
Metadata
Metadata
Assignees
Labels
No labels