mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 19:24:21 +01:00
set more fresh lib version
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"module": "commonjs",
|
||||
"target": "es2015",
|
||||
"outDir": "dist/cjs",
|
||||
"lib": [
|
||||
"es2020"
|
||||
],
|
||||
"paths": {
|
||||
"#entry-point": [
|
||||
"./index.js"
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"outDir": "dist/esm",
|
||||
"lib": [
|
||||
"es2020"
|
||||
],
|
||||
"paths": {
|
||||
"#entry-point": [
|
||||
"./index.js"
|
||||
|
||||
Reference in New Issue
Block a user