Skip to content

Commit

Permalink
Use base tsconfig in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 5, 2024
1 parent 3eb337b commit f628f45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
22 changes: 1 addition & 21 deletions packages/worker/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": ["es2020"],
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"types": ["node", "jest"],
"outDir": "dist",
"skipLibCheck": true,
"paths": {
"@budibase/types": ["../types/src"],
"@budibase/backend-core": ["../backend-core/src"],
"@budibase/backend-core/*": ["../backend-core/*"],
"@budibase/shared-core": ["../shared-core/src"],
"@budibase/pro": ["../pro/src"],
"@budibase/string-templates": ["../string-templates/src"]
}
},
"extends": "../../tsconfig.build.json",
"include": ["src/**/*"],
"exclude": [
"node_modules",
Expand Down
4 changes: 0 additions & 4 deletions packages/worker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"baseUrl": "."
},
"ts-node": {
"require": ["tsconfig-paths/register"]
},
Expand Down

0 comments on commit f628f45

Please sign in to comment.