diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 39addc9..5558d08 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartclickhouse', - version: '2.0.3', + version: '2.0.4', description: 'an odm for talking to clickhouse' } diff --git a/tsconfig.json b/tsconfig.json index 90cb73b..0e331cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,10 @@ { "compilerOptions": { - "moduleResolution": "node12" + "experimentalDecorators": true, + "useDefineForClassFields": false, + "target": "ES2022", + "module": "ES2022", + "moduleResolution": "nodenext", + "esModuleInterop": true } }