Skip to content

Commit 0ad6a05

Browse files
committed
fix: lint
1 parent 5003812 commit 0ad6a05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"typescript.tsdk": "node_modules\\typescript\\lib"
2+
"typescript.tsdk": "node_modules\\typescript\\lib",
3+
"editor.formatOnSave": true,
4+
"editor.defaultFormatter": "esbenp.prettier-vscode"
35
}

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"moduleResolution": "node",
99
"isolatedModules": true,
1010
"esModuleInterop": true,
11-
"skipLibCheck": true,
12-
"declaration": true,
13-
"declarationDir": "./dist/types/"
11+
"skipLibCheck": true
1412
},
1513
"include": ["src/**/*", "test/**/*"],
1614
"references": [{ "path": "./tsconfig.node.json" }]

0 commit comments

Comments
 (0)