Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jun 8, 2024
1 parent 80c2af9 commit c225199
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 48 deletions.
1 change: 1 addition & 0 deletions packages/generator-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"@fern-api/fs-utils": "0.15.0-rc63",
"@fern-platform/configs": "workspace:*",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.7.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../shared/tsconfig.shared.json",
"extends": "@fern-platform/configs/tsconfig/library.json",
"compilerOptions": { "composite": true, "outDir": "dist", "rootDir": "." },
"include": ["./src/**/*"]
}
1 change: 1 addition & 0 deletions packages/healthchecks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"@fern-api/fdr-sdk": "workspace:*",
"@fern-fern/vercel": "0.0.7",
"@fern-platform/configs": "workspace:*",
"@types/jest": "^29.5.11",
"@types/node": "^18.7.18",
"@types/yargs": "^17.0.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/healthchecks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../shared/tsconfig.shared.json",
"extends": "@fern-platform/configs/tsconfig/library.json",
"compilerOptions": { "composite": true, "outDir": "dist", "rootDir": "." },
"include": ["./src/**/*"]
}
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 0 additions & 33 deletions shared/tsconfig.shared.json

This file was deleted.

7 changes: 0 additions & 7 deletions tsconfig.eslint.json

This file was deleted.

7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"extends": "./shared/tsconfig.shared.json",
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
"extends": "./packages/configs/tsconfig/base.json"
}

0 comments on commit c225199

Please sign in to comment.