6 lines
162 B
JSON
6 lines
162 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", ".next", "**/*.test.ts", "**/*.spec.ts"]
|
|
}
|