File tree Expand file tree Collapse file tree 2 files changed +14
-29
lines changed
Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ESNext" ,
4- "module" : " ESNext" ,
5- "moduleResolution" : " node" ,
6- "esModuleInterop" : true ,
7- "skipLibCheck" : true ,
3+ "target" : " es6" ,
4+ "module" : " commonjs" ,
5+ "outDir" : " ./build" ,
86 "strict" : true ,
9- "jsx " : " react-jsx " ,
10- "types " : [ " jest " , " @testing-library/jest-dom " ]
7+ "esModuleInterop " : true ,
8+ "skipLibCheck " : true
119 },
12- "include" : [
13- " **/*.test.tsx" ,
14- " **/*.test.ts" ,
15- " ./jest.config.ts" ,
16- " tests" ,
17- " src"
18- ]
10+ "include" : [" src/**/*" ],
11+ "exclude" : [" node_modules" , " tests" ]
1912}
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ESNext" ,
4- "module" : " ESNext" ,
5- "moduleResolution" : " node" ,
6- "esModuleInterop" : true ,
7- "skipLibCheck" : true ,
3+ "target" : " es6" ,
4+ "module" : " commonjs" ,
5+ "outDir" : " ./build" ,
86 "strict" : true ,
9- "jsx " : " react-jsx " ,
10- "types " : [ " jest " , " @testing-library/jest-dom " ]
7+ "esModuleInterop " : true ,
8+ "skipLibCheck " : true
119 },
12- "include" : [
13- " **/*.test.tsx" ,
14- " **/*.test.ts" ,
15- " ./jest.config.ts" ,
16- " tests" ,
17- " src" ,
18- " __tests__"
19- ]
10+ "include" : [" src/**/*" ],
11+ "exclude" : [" node_modules" , " tests" ]
2012}
You can’t perform that action at this time.
0 commit comments