chore: Update Node target to v14 in CTH tsconfig.json

This commit is contained in:
Joachim Van Herwegen 2022-04-22 08:50:54 +02:00
parent d224e62f98
commit 58bc42994c

View File

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"declaration": true,
"inlineSources": true,