aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.server.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-03 01:37:34 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-03 01:37:34 -0700
commit0cc204ae751a69f20925d2791c930bbf45e4eeed (patch)
treec0550f0edc6292d39a6037c87e4856408ba982ae /tsconfig.server.json
parenta4e823682c16efc0fcdf8fb07ce32bfbb045cd84 (diff)
migrate to pnpm
Diffstat (limited to 'tsconfig.server.json')
-rw-r--r--tsconfig.server.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.server.json b/tsconfig.server.json
new file mode 100644
index 0000000..f3abf35
--- /dev/null
+++ b/tsconfig.server.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "target": "ES2019",
+ "module": "commonjs",
+ "outDir": "dist",
+ "rootDir": ".",
+ "esModuleInterop": true,
+ "strict": true
+ },
+ "include": ["server", "src/constants"]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage