9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["**/*.test.ts", "*.test.tsx"]
|
|
}
|