diff --git a/apps/cli/tsconfig.json b/apps/cli/tsconfig.json index 1d4b6ecc5..c4e898619 100644 --- a/apps/cli/tsconfig.json +++ b/apps/cli/tsconfig.json @@ -4,6 +4,8 @@ "outDir": "./dist", "emitDeclarationOnly": true }, - "include": ["./src"], + "include": [ + "./src" + ], "references": [] } diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 8614bff0c..93ec2ad4f 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -10,6 +10,7 @@ "test": "vitest" }, "dependencies": { + "@atj/docassemble": "workspace:*", "@atj/documents": "workspace:*", "@atj/interviews": "workspace:*", "@axe-core/playwright": "^4.7.3", diff --git a/packages/docassemble/.gitignore b/packages/docassemble/.gitignore new file mode 100644 index 000000000..4c49bd78f --- /dev/null +++ b/packages/docassemble/.gitignore @@ -0,0 +1 @@ +.env diff --git a/packages/docassemble/package.json b/packages/docassemble/package.json index 2caff1760..e35aae981 100644 --- a/packages/docassemble/package.json +++ b/packages/docassemble/package.json @@ -9,6 +9,7 @@ "test": "vitest run --coverage" }, "dependencies": { + "@atj/documents": "workspace:*", "@atj/interviews": "workspace:*" }, "devDependencies": { diff --git a/tsconfig.json b/tsconfig.json index 49d9f534f..f66cdee64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "esModuleInterop": true, "isolatedModules": false, - "module": "ESNext", + "module": "CommonJS", "moduleResolution": "node", "noImplicitAny": true, "strict": true, diff --git a/workspace-dependencies.svg b/workspace-dependencies.svg index d38d56071..6c6cbaaf4 100644 --- a/workspace-dependencies.svg +++ b/workspace-dependencies.svg @@ -4,16 +4,16 @@ - - + + workspace - + @atj/cli-app - -@atj/cli-app + +@atj/cli-app @@ -24,8 +24,8 @@ @atj/cli-app->@atj/interviews - - + + @@ -36,32 +36,56 @@ @atj/cli-app->@atj/dependency-graph - - + + @atj/frontend - -@atj/frontend + +@atj/frontend - + @atj/frontend->@atj/interviews - - + + - + +@atj/docassemble + +@atj/docassemble + + + +@atj/frontend->@atj/docassemble + + + + + @atj/documents - -@atj/documents + +@atj/documents - + @atj/frontend->@atj/documents - - + + + + + +@atj/docassemble->@atj/interviews + + + + + +@atj/docassemble->@atj/documents + +