8 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noUnusedLocals": true,
"skipLibCheck": true
},
"exclude": ["**/*.test.ts", "*.test.tsx"]
}