feat(blog): change build target from ES5 to ES6

This commit is contained in:
Kim, Jimin 2025-01-21 16:56:55 +09:00
parent 9c53262761
commit 84aba0f5a2
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -1,6 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"target": "ES6",
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,