Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
  • Loading branch information
baran.wang committed May 6, 2024
1 parent e098b45 commit 0b4e07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"module": "NodeNext",
"lib": ["es2015", "es2016", "es2017", "es2018"],
"declaration": true,
"declarationMap": false,
Expand All @@ -12,7 +12,7 @@
"esModuleInterop": true,
"noImplicitAny": false,
"skipLibCheck": true,
"moduleResolution": "Bundler"
"moduleResolution": "NodeNext"
},
"include": ["src/"]
}

0 comments on commit 0b4e07d

Please sign in to comment.