Skip to content

Commit 9473934

Browse files
committed
release: v19.0.6
1 parent 2a13698 commit 9473934

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-class-helpers",
3-
"version": "19.0.5",
3+
"version": "19.0.6",
44
"scripts": {
55
"test": "mocha --require ts-node/register src/**/*.spec.ts",
66
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// THIS FILE IS GENERATED - DO NOT MODIFY
22
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
33
export const PROJECT_NPM_NAME = 'typescript-class-helpers';
4-
export const CURRENT_PACKAGE_VERSION = '19.0.5';
4+
export const CURRENT_PACKAGE_VERSION = '19.0.6';
55
// THIS FILE IS GENERATED - DO NOT MODIFY
66

tsconfig.isomorphic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"declaration": true,
55
"experimentalDecorators": true,
6+
"allowSyntheticDefaultImports": true,
67
"moduleResolution": "node",
78
"module": "commonjs",
89
"skipLibCheck": true,

0 commit comments

Comments
 (0)