Skip to content

Commit

Permalink
ci: fix fail to build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha committed Oct 7, 2024
1 parent 2125e2d commit 3f8cc5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"module": "Node16",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
Expand All @@ -13,7 +13,8 @@
"baseUrl": ".",
"typeRoots": ["node_modules/@types", "custom_types"],
"lib": ["ES2021.String"],
"composite": true
"composite": true,
"moduleResolution": "node16"
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 3f8cc5d

Please sign in to comment.