fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-11 22:15:29 +02:00
parent f9e43be46a
commit a3ed2e5dbd
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartrx', name: '@pushrocks/smartrx',
version: '3.0.1', version: '3.0.2',
description: 'smart wrapper for rxjs' description: 'smart wrapper for rxjs'
} }

View File

@ -4,6 +4,7 @@
"useDefineForClassFields": false, "useDefineForClassFields": false,
"target": "ES2022", "target": "ES2022",
"module": "ES2022", "module": "ES2022",
"moduleResolution": "nodenext" "moduleResolution": "nodenext",
"verbatimModuleSyntax": true,
} }
} }