You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to monkeypatch the code to include declaration files:
var declarationFiles = _b.compilerConfig.fileNames.filter(f => f.endsWith(".d.ts"));
var files = [sourceFileName].concat(declarationFiles);
var program = typescript_1.default.createProgram(files, options, compilerHost);
Am I missing something or doing something wrong?
The text was updated successfully, but these errors were encountered:
I had to monkeypatch the code to include declaration files:
Am I missing something or doing something wrong?
The text was updated successfully, but these errors were encountered: