refactor: use @tsconfig/node16 (#721)

This commit is contained in:
Jamie Magee 2023-04-25 22:51:16 -07:00 committed by GitHub
parent 5fcc920667
commit 1bf6b3ad0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -1,10 +1,6 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"outDir": "dist"