@zayne-labs/tsconfig 0.2.2 → 0.2.3

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* Bundler Mode: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* Bundler mode: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* Bundler Mode: */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zayne-labs/tsconfig",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "description": "A collection of TypeScript configurations for various projects, based on Total TypeScript's TSConfig Cheat Sheet, with a few additions.",
6
6
  "repository": {
@@ -16,6 +16,7 @@
16
16
  "provenance": true
17
17
  },
18
18
  "exports": {
19
+ "./base": "./base/tsconfig.base.json",
19
20
  "./tsc": "./tsc/dom/tsconfig.app.json",
20
21
  "./tsc/dom": "./tsc/dom/tsconfig.app.json",
21
22
  "./tsc/dom/app": "./tsc/dom/tsconfig.app.json",
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": ["./base/tsconfig.base.json"],
2
+ "extends": ["@zayne-labs/tsconfig/base"],
3
3
 
4
4
  "compilerOptions": {
5
5
  /* If transpiling with TypeScript: */