Switch rollup bundler TS plugin to rollup-plugin-ts
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Sep 2021 20:07:22 +0000 (22:07 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Sep 2021 20:07:22 +0000 (22:07 +0200)
commitae8ee665e864460d582b7f6d501b25225a1d7a4c
treeee3acbfa2b8e2d05c8711825ddea2b04fd552ade
parentd5603918a8ea990f7dcc11b612dea931aa084fdc
Switch rollup bundler TS plugin to rollup-plugin-ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 files changed:
.gitignore
README.md
mikro-orm.config-template.ts [new file with mode: 0644]
package-lock.json
package.json
rollup.config.js
src/charging-station/ocpp/OCPPError.ts
src/performance/storage/MikroORMStorage.ts
src/types/orm/entities/PerformanceData.ts
src/types/orm/entities/PerformanceRecord.ts
src/utils/Constants.ts
tsconfig.orm.json [new file with mode: 0644]