We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0a3bc commit 8fad931Copy full SHA for 8fad931
packages/optimizely-sdk/rollup.config.js
@@ -116,7 +116,7 @@ const jsonSchemaBundle = {
116
typescript(typescriptPluginOptions),
117
],
118
external: ['json-schema', '@optimizely/js-sdk-utils'],
119
- input: 'lib/utils/json_schema_validator/index.js',
+ input: 'lib/utils/json_schema_validator/index.ts',
120
output: {
121
exports: 'named',
122
format: 'cjs',
0 commit comments