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