mirror of
https://github.com/wharfkit/signing-request.git
synced 2026-07-21 08:02:07 +00:00
Set build target for module to es2020
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ export default [
|
||||
format: 'esm',
|
||||
sourcemap: true,
|
||||
},
|
||||
plugins: [typescript({target: 'esnext'})],
|
||||
plugins: [typescript({target: 'es2020'})],
|
||||
external,
|
||||
onwarn,
|
||||
},
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"noImplicitAny": false,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "esnext"
|
||||
"target": "es2020"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user