Files
RN_Template/RN_TEMPLATE/test/test-tsconfig.json

8 lines
167 B
JSON
Raw Permalink Normal View History

2026-02-05 13:16:05 +08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noImplicitAny": false,
"noUnusedLocals": false
},
"include": ["**/*.test.ts", "**/*.test.tsx"]
}