@toruslabs/config
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@toruslabs/config", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Sensible Babel, Prettier, Typescript configuration for libraries", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "87f67acc1fdb488a7147ecac1548f7c8a38241e4" | ||
"gitHead": "de5d7a349f025412fb90a0b90f41b2125114e9b1" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"compilerOptions": { | ||
"moduleResolution": "Node16", | ||
"moduleResolution": "bundler", | ||
"strict": true, | ||
@@ -6,0 +6,0 @@ "module": "esnext", |
3483