10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"ignorePatterns": [
|
|
".next",
|
|
"out",
|
|
"build",
|
|
"next-env.d.ts"
|
|
]
|
|
}
|