@ioka-technologies/asyncapi-ts-client-template 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/index.js +1 -1
- package/package.json +1 -1
- package/template/index.js +1 -1
package/dist/common/index.js
CHANGED
|
@@ -1395,7 +1395,7 @@ function generateTypeScriptConfig(options = {}) {
|
|
|
1395
1395
|
declaration: true,
|
|
1396
1396
|
declarationMap: true,
|
|
1397
1397
|
sourceMap: true,
|
|
1398
|
-
moduleResolution: '
|
|
1398
|
+
moduleResolution: 'bundler',
|
|
1399
1399
|
allowSyntheticDefaultImports: true,
|
|
1400
1400
|
experimentalDecorators: true,
|
|
1401
1401
|
emitDecoratorMetadata: true,
|
package/package.json
CHANGED
package/template/index.js
CHANGED
|
@@ -106,7 +106,7 @@ export default function ({ asyncapi, params }) {
|
|
|
106
106
|
declaration: true,
|
|
107
107
|
declarationMap: true,
|
|
108
108
|
sourceMap: true,
|
|
109
|
-
moduleResolution: '
|
|
109
|
+
moduleResolution: 'bundler',
|
|
110
110
|
allowSyntheticDefaultImports: true,
|
|
111
111
|
experimentalDecorators: true,
|
|
112
112
|
emitDecoratorMetadata: true,
|