diff --git a/examples/react/tsconfig.json b/examples/react/tsconfig.json index ed15f1a79..227310175 100644 --- a/examples/react/tsconfig.json +++ b/examples/react/tsconfig.json @@ -21,5 +21,19 @@ }, "exclude": [ "node_modules" + ], + "references": [ + { + "path": "../../packages/animation" + }, + { + "path": "../../packages/core" + }, + { + "path": "../../packages/img-trace" + }, + { + "path": "../../packages/react" + } ] } diff --git a/packages/animation/tsconfig.json b/packages/animation/tsconfig.json index d9f828551..c394e7f15 100644 --- a/packages/animation/tsconfig.json +++ b/packages/animation/tsconfig.json @@ -4,7 +4,10 @@ "rootDir": "./src", "outDir": "./lib", "declaration": true, - "declarationDir": "./lib", + "declarationDir": "./lib" }, - "include": ["src/**/*"] + "include": [ + "src/**/*" + ], + "references": [] } diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index d9f828551..c394e7f15 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -4,7 +4,10 @@ "rootDir": "./src", "outDir": "./lib", "declaration": true, - "declarationDir": "./lib", + "declarationDir": "./lib" }, - "include": ["src/**/*"] + "include": [ + "src/**/*" + ], + "references": [] } diff --git a/packages/img-trace/tsconfig.json b/packages/img-trace/tsconfig.json index 68705a6aa..c394e7f15 100644 --- a/packages/img-trace/tsconfig.json +++ b/packages/img-trace/tsconfig.json @@ -6,5 +6,8 @@ "declaration": true, "declarationDir": "./lib" }, - "include": ["src/**/*"] + "include": [ + "src/**/*" + ], + "references": [] } diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index d9f828551..c394e7f15 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -4,7 +4,10 @@ "rootDir": "./src", "outDir": "./lib", "declaration": true, - "declarationDir": "./lib", + "declarationDir": "./lib" }, - "include": ["src/**/*"] + "include": [ + "src/**/*" + ], + "references": [] }