@social-hustle/config-tsconfig
Advanced tools
Comparing version 1.0.0 to 2.0.0
# @social-hustle/config-tsconfig | ||
## 2.0.0 | ||
### Major Changes | ||
- 0c83723: switch to moduleResolution: Bundler | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@social-hustle/config-tsconfig", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -15,3 +15,3 @@ { | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"moduleResolution": "Bundler", | ||
"noEmit": true, | ||
@@ -18,0 +18,0 @@ "noUncheckedIndexedAccess": true, |
@@ -6,20 +6,9 @@ { | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"baseUrl": ".", | ||
"declaration": false, | ||
"declarationMap": false, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"incremental": true, | ||
"isolatedModules": true, | ||
"jsx": "preserve", | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"noEmit": true, | ||
"noUncheckedIndexedAccess": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"strict": true, | ||
"target": "es5", | ||
"tsBuildInfoFile": ".tsbuildinfo" | ||
@@ -26,0 +15,0 @@ }, |
2287
44