8 lines
167 B
JSON
8 lines
167 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false
|
|
},
|
|
"include": ["**/*.test.ts", "**/*.test.tsx"]
|
|
} |