Update tsconfig.json

This commit is contained in:
Sindre Sorhus 2022-06-12 16:05:53 +07:00 committed by GitHub
parent d4749eb32d
commit b3ceb9fe68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext"]
"outDir": "dist"
},
"include": [
"source"