chore: sync tsconfig

This commit is contained in:
lawvs
2022-11-03 17:13:09 +08:00
parent e9b0160c5d
commit 4b3cf86027
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
"name": "@pathfinder/logger",
"version": "0.0.1",
"description": "",
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"exports": {

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "ES2020",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
@@ -8,7 +8,7 @@
"forceConsistentCasingInFileNames": true,
"noEmit": false,
"esModuleInterop": true,
"module": "ESNext",
"module": "CommonJS",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,