Skip to content

Commit

Permalink
perf: Change tsconfig for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Dec 5, 2024
1 parent 68da2e3 commit 605bd4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"extends": "eslint-config-typescript-vitnode/tsconfig.nest.json",
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
"module": "es2015",
"moduleResolution": "bundler",
"outDir": "./dist",
"rootDir": "./plugins",
"esModuleInterop": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"extends": "eslint-config-typescript-vitnode/tsconfig.nest.json",
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
"module": "es2015",
"moduleResolution": "bundler",
"outDir": "./dist",
"rootDir": "./plugins",
"esModuleInterop": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"extends": "eslint-config-typescript-vitnode/tsconfig.nest.json",
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
"module": "es2015",
"moduleResolution": "bundler",
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
Expand Down

0 comments on commit 605bd4e

Please sign in to comment.