Spaces:
Running
Running
File size: 301 Bytes
2f49513 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"types": ["node", "jest", "@testing-library/jest-dom"],
"jsx": "react-jsx",
"esModuleInterop": true,
"allowJs": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "**/*.test.ts", "**/*.test.tsx"]
} |