@epreston/tsconfig 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -44,5 +44,5 @@ This project is released under the MIT [License](LICENSE).
44
44
 
45
45
  [npm-badge]: https://img.shields.io/npm/v/@epreston/tsconfig
46
46
  [npm-url]: https://www.npmjs.com/package/@epreston/tsconfig
47
- [license-badge]: https://img.shields.io/npm/l/@epreston/tsconfig.svg
47
+ [license-badge]: https://img.shields.io/npm/l/@epreston/tsconfig
48
48
  [license-url]: LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epreston/tsconfig",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Shared TypeScript TSConfig Base for my projects",
5
5
  "main": "tsconfig.json",
6
6
  "files": [
package/tsconfig.json CHANGED
@@ -8,9 +8,7 @@
8
8
 
9
9
  /* Modules */
10
10
  "module": "es2022",
11
- "rootDir": ".",
12
11
  "moduleResolution": "bundler",
13
- "baseUrl": ".",
14
12
  "resolveJsonModule": false, // ESM doesn't yet support JSON modules.
15
13
 
16
14
  /* JavaScript Support */