Closed abenhamdine closed 7 years ago
In TypeScript, you should use
import SQL from 'sql-template-strings'
Ah thx a lot. It's sometimes difficult for a newcomer to typescript to sort out all the different export/import patterns...
The definition file can tell you: https://github.com/felixfbecker/node-sql-template-strings/blob/master/index.d.ts#L76
ah thx again ! I think I get it now.
Hello Felix, and thx for this very useful module.
I'm currently migrating a project on Typescript (version 2.1.4) and I'm running into a type error
produces the following error :
Do you understand the rationale of this error ? Any idea to fix it ?
Thx by advance.
FWIW, my ts compile options :