Skip to content

Commit 3386e33

Browse files
committed
fix: run prettier
1 parent c9fd0ba commit 3386e33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
33
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"sourceMap": true,
77
"declaration": true,
88
"outDir": "dist",
9-
"typeRoots": ["node_modules/@types"]
10-
}
9+
"typeRoots": ["node_modules/@types"],
10+
},
1111
}

0 commit comments

Comments
 (0)