build(simulator): silence rollup warning
[e-mobility-charging-stations-simulator.git] / tsconfig-orm.json
CommitLineData
ae8ee665 1{
c98873ea 2 "extends": "./tsconfig-base.json",
ae8ee665 3 "compilerOptions": {
c98873ea
JB
4 "module": "commonjs",
5 "sourceMap": true,
6 "verbatimModuleSyntax": true
ae8ee665
JB
7 }
8}