Skip to content

Commit

Permalink
doc: Update outDir in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 25, 2023
1 parent d6e853d commit 3bfa44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create a `tsconfig.json` file in the root of your project:
"extends": "@alwatr/tsconfig-base",
"compilerOptions": {
"rootDir": "src",
"outDir": "."
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}
Expand Down

0 comments on commit 3bfa44f

Please sign in to comment.