We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8217281 commit fc2ce7eCopy full SHA for fc2ce7e
1 file changed
rollup.config.ts
@@ -72,7 +72,7 @@ function createEntry(options) {
72
include: ['src/**/*.ts', 'types/**/*.d.ts'],
73
compilerOptions: {
74
declaration: format === 'es',
75
- target: 'es5', // not sure what this should be?
+ target: 'es2015',
76
module: format === 'cjs' ? 'es2015' : 'esnext'
77
}
78
})
0 commit comments