File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "test:e2e" : " yarn build && playwright test" ,
1919 "test:ci" : " yarn test --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e" ,
2020 "coverage" : " yarn test --coverage" ,
21- "typecheck:native" : " tsc --project tsconfig.native.json" ,
2221 "lint" : " eslint ." ,
2322 "lint:ci" : " eslint --output-file eslint-report.json --format json ." ,
2423 "prettier" : " prettier --check ." ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
4- "lib" : [],
5- "types" : [],
4+ "lib" : [" ES2020 " ],
5+ "types" : [" react " ],
66 "skipLibCheck" : true ,
77 "noEmit" : true
88 },
99 "include" : [
10- " src/**/*.ts" ,
11- " src/**/*.tsx" ,
1210 " src/**/*.native.ts" ,
13- " src/**/*.native.tsx"
11+ " src/**/*.native.tsx" ,
12+ " src/**/*.native.js" ,
13+ " src/**/*.native.jsx" ,
14+ " src/**/*.d.ts"
1415 ]
1516}
You can’t perform that action at this time.
0 commit comments