@sindresorhus/tsconfig
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@sindresorhus/tsconfig", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Shared TypeScript config for my projects", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,2 +7,3 @@ { | ||
"module": "node16", | ||
"moduleResolution": "node16", | ||
"moduleDetection": "force", | ||
@@ -9,0 +10,0 @@ "target": "ES2020", // Node.js 14 |
3289
34