-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptRevisitAn issue worth coming back toAn issue worth coming back to
Description
From @tkrotoff on November 26, 2015 18:37
Context: you can add all your .d.ts files inside tsconfig.json instead of writing /// <reference path="my.d.ts" />
in each .ts file (way better).
It works fine with tsc
.
Unfortunately it does not always work with vscode.
Example: https://github.com/tkrotoff/vscode-tsconfig.conf-issue
test/tsconfig.json references files outside its directory and vscode fails while tsc
is fine with it.
Copied from original issue: microsoft/vscode#716
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptRevisitAn issue worth coming back toAn issue worth coming back to