Skip to content

Commit

Permalink
removed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Sep 1, 2024
1 parent 635926d commit a3ca22d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions apps/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"extends": "../../packages/tsconfig/base.json",
"compilerOptions": {
"module": "NodeNext",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
Expand All @@ -14,6 +16,7 @@
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"moduleResolution": "NodeNext"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"build:api": "pnpm db:generate-types && turbo run build --filter=api",
"build:web": "turbo run build --filter=web",
"build:platform": "turbo run build --filter=platform",
"build:cli": "turbo run build --filter=cli",
"build:cli": "turbo run build --filter=api-client turbo run build --filter=cli",
"build:api-client": "pnpm run --filter=api-client build",
"start": "turbo run start",
"start:api": "turbo run start --filter=api",
Expand Down

0 comments on commit a3ca22d

Please sign in to comment.