We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bebcb commit adfb14cCopy full SHA for adfb14c
packages/ts-autocomplete/src/index.ts
@@ -22,6 +22,7 @@ function getVirtualLanguageService(): {
22
allowJs: true,
23
moduleResolution: ts.ModuleResolutionKind.NodeNext,
24
types: ['node'],
25
+ lib: ['es2019'],
26
//typeRoots: [],
27
allowImportingTsExtensions: true,
28
};
0 commit comments