-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptBugA bug in TypeScriptA bug in 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
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptBugA bug in TypeScriptA bug in TypeScriptRevisitAn issue worth coming back toAn issue worth coming back to