Require Node.js 14 and move to ESM
This commit is contained in:
parent
65ea91297e
commit
9bc8f8b655
7 changed files with 337 additions and 295 deletions
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"target": "es2018",
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
]
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
"source"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue