hellman
08/27/2019, 5:53 AMgenerateExternals
is the task that calls Dukat and generates code for the TypeScript definitions? I’m having problems debugging it. The task completes successfully, but no code is generated for the NPM package I’ve included (lit-element).snrostov
08/27/2019, 9:22 AM"typings": "lit-element.d.ts"
in lit-element/package.json
, but currently we are searching for types
key only. According to https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html, typings
should be supported too. snrostov
08/27/2019, 9:40 AMhellman
08/27/2019, 1:54 PMhellman
08/27/2019, 1:54 PM