-
Notifications
You must be signed in to change notification settings - Fork 610
Open
Description
{
"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
Metadata
Metadata
Assignees
Labels
No labels