Skip to content

Commit

Permalink
update to es6
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Sep 13, 2023
1 parent 96f5476 commit 4aa239b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"es2015"
],
"module": "esnext",
"moduleResolution": "node16",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "./lib/esm",
"paths": {
"#path": ["./src/path.ts"]
"#path": [
"./src/path.ts"
]
},
"rootDir": "./src",
"target": "es5",
"target": "es6",
}
}
}

0 comments on commit 4aa239b

Please sign in to comment.