chore: format unformatted files

This commit is contained in:
Kim, Jimin 2023-09-20 22:34:41 +09:00
parent ad7ea05f15
commit 0b761e6d00
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@ -24,9 +20,7 @@
}
],
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
},
"include": [
@ -36,7 +30,5 @@
".next/types/**/*.ts",
"build/types/**/*.ts"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}