Skip to content

Commit 7f0b279

Browse files
authored
Added note about TypeStrong#1054 to FAQ
1 parent 8db97ee commit 7f0b279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# FAQ
22

3+
## Declaration packages (@types) are not loaded
4+
Declaration packages, such as those installed via @types on npm, must be declared in the tsconfig.json "types" field. While Typescript's compiler automatically includes them when no "types" field is given, atom-typescript does not. This will hopefully be fixed soon (see #1054).
5+
36
## Syntax Highlighting is bad
47

58
For grammar issues go here : https://github.com/Microsoft/TypeScript-TmLanguage/issues and link back to us if you want us to pull from upstream 🌹.

0 commit comments

Comments
 (0)