Require Node.js 14 and move to ESM

This commit is contained in:
Sindre Sorhus 2022-06-03 12:14:47 +07:00
parent 65ea91297e
commit 9bc8f8b655
7 changed files with 337 additions and 295 deletions

View file

@ -1,12 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
"lib": [
"es2018",
"dom"
]
"outDir": "dist"
},
"include": [
"source"