@infinite-list/benchmark
Advanced tools
Comparing version 1.0.0 to 1.1.0
# @infinite-list/benchmark | ||
## 1.1.0 | ||
### Minor Changes | ||
- e2d82ce: feat: support basic List and MasonryList | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@infinite-list/benchmark", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
{ | ||
"extends": "../../tsconfig.build.json", | ||
"compilerOptions": { | ||
"outDir": "./dist", | ||
"esModuleInterop": true | ||
"baseUrl": ".", | ||
"types": [ | ||
"node", | ||
], | ||
"removeComments": true, | ||
"composite": true, | ||
"declaration": true, | ||
"allowUnreachableCode": false, | ||
"allowUnusedLabels": false, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"jsx": "react-native", | ||
"lib": [ | ||
"esnext", | ||
"dom" | ||
], | ||
"module": "ESnext", | ||
"moduleResolution": "node", | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitReturns": true, | ||
"noImplicitUseStrict": false, | ||
"noStrictGenericChecks": false, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"target": "esnext", | ||
"allowJs": true, | ||
}, | ||
@@ -7,0 +31,0 @@ |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"types": ["node"], | ||
"typeRoots": ["./node_modules/@types"], | ||
"removeComments": true, | ||
"allowUnreachableCode": false, | ||
"allowUnusedLabels": false, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"jsx": "react", | ||
"esModuleInterop": true | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitReturns": true, | ||
"noImplicitUseStrict": false, | ||
"noStrictGenericChecks": false, | ||
"resolveJsonModule": true, | ||
"allowJs": true | ||
} | ||
} |
2501
64