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
{
"compilerOptions": {
"outDir": "dist",
"target": "ES2017",
"declaration": true // it seems this needs to be added in order to generate .d.ts
},
"include": ["src"]
}
https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html
The text was updated successfully, but these errors were encountered: