Commit graph

14 commits

Author SHA1 Message Date
Dragory
6b44027eb4
Fix error when compiling ormconfig 2022-06-26 15:02:34 +03:00
Dragory
09125956a0
chore: run prettier on unformatted files 2021-11-03 16:54:21 +02:00
Dragory
0064d8fe3e
debug: log query counts based on operation and table 2021-11-02 20:54:47 +02:00
Dragory
4f811f04e1
fix: use useUnknownInCatchVariables: false temporarily 2021-10-31 14:51:13 +02:00
Dragory
5e1584f04d
revert: use moduleResolution 'node' after all until TS 4.5 2021-10-31 14:50:54 +02:00
Dragory
48ef66e689
feat: use TS moduleResolution node12 to retain dynamic imports in compiled code 2021-10-31 14:28:43 +02:00
Dragory
ac79eb09f5
Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Dragory
629002b8d9
Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
f0bb095d50
Turn on automatic JS strict mode + noImplicitThis 2020-07-22 21:23:27 +03:00
Dragory
fd8d128048
Change tsconfig target to es2020
Node.js 12.9.0 and up should support all es2020 features
2020-01-20 23:54:52 +02:00
Dragory
73780e503f Add source map support to backend dev builds 2019-12-08 02:05:35 +02:00
Dragory
00e047f701 Change target in tsconfig from esnext to es2018 to support optional chaining/nullish coalescing on Node.js 12 2019-11-27 21:43:54 +02:00
Dragory
f0e9d9ff7f Fix @shared tsconfig paths so they resolve properly 2019-11-07 22:53:11 +02:00
Dragory
16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00