@goldstack/utils-typescript-references
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ export interface PackageData { |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const updatePackageProjectReferences: () => void; | ||
//# sourceMappingURL=updatePackageProjectReferences.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const updateRootProjectReferences: () => void; | ||
//# sourceMappingURL=updateRootProjectReferences.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const run: (args: string[]) => void; | ||
//# sourceMappingURL=utilsTypeScriptReferences.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@goldstack/utils-typescript-references", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Utility for keeping TypeScript references in sync in the monorepo", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -72,3 +72,3 @@ # TypeScript References Utility | ||
- The root of the project and each workspace must contain a `tsconfig.json`. It is currently not able to specify an alternative file name for `tsconfig.json`. | ||
- The root of the project and each workspace must contain a `tsconfig.json`. It is currently not able to specify an alternative file name for `tsconfig.json`. | ||
- The root `tsconfig.json` file needs to be a vanilla JSON document (so no comments) | ||
@@ -83,2 +83,2 @@ | ||
- [Optimizing multi-package apps with TypeScript Project References](https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440) | ||
- [TypeScript Monorepos with Yarn](https://semaphoreci.com/blog/typescript-monorepos-with-yarn) | ||
- [TypeScript Monorepos with Yarn](https://semaphoreci.com/blog/typescript-monorepos-with-yarn) |
83
1.22%15946
-0.85%