Dennis
Results
2
comments of
Dennis
thanks @evilebottnawi, this is my configuration https://github.com/den666/typeScriptin18nConfig.git
> > I have the same problem. 'sync' does nothing after tsc build > > solved, `models: [path.join(__dirname, './models/**/*.ts')]` > > change to > > `models: [path.join(__dirname, './models/**/*')]` > >...