Skip to content

Commit

Permalink
fix: fix glob type error
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Sep 26, 2023
1 parent 87abbc9 commit 80bff0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "Node16",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
Expand All @@ -17,6 +17,8 @@
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"resolvePackageJsonExports": true,
"moduleResolution": "node16",
"paths": {
"@/*": ["src/*"],
"@Helper/*": ["src/common/helper/*"]
Expand Down

0 comments on commit 80bff0c

Please sign in to comment.