Skip to content

Commit

Permalink
chore: updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
e-enes committed Apr 16, 2024
1 parent 524cf51 commit 23f9040
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ await build({
minify: process.env.NODE_ENV !== "development",
format: "esm",
sourcemap: false,
tsconfig: "./tsconfig.json",
});
Binary file modified shared/db.sqlite
Binary file not shown.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"experimentalDecorators": true,
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": false,
"lib": ["ES2023", "ES2023.Array", "ES2023.Collection"],
"traceResolution": true,
"noImplicitOverride": true
},
Expand Down

0 comments on commit 23f9040

Please sign in to comment.