Skip to content

Commit f053b6e

Browse files
committed
style: fix linter
1 parent ad46441 commit f053b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"module": "ESNext",
66
"moduleResolution": "Bundler",
77
"target": "ES2022",
8-
"declaration": false,
8+
"declaration": false
99
},
1010
"include": ["**/.vuepress/**/*"],
11-
"exclude": ["node_modules", ".cache", ".temp", "dist"],
11+
"exclude": ["node_modules", ".cache", ".temp", "dist"]
1212
}

0 commit comments

Comments
 (0)