summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-27 18:43:54 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-27 19:29:20 -0700
commit4f0d63dba58fc2e65e9a378a6541f3176cf00440 (patch)
tree1a736df681922de0624fb65b4104a05f8a704a16 /tsconfig.json
parent9970036d203ba2d0a46b35ba6fad21d49441cdd4 (diff)
downloadpengueno-4f0d63dba58fc2e65e9a378a6541f3176cf00440.tar.gz
pengueno-4f0d63dba58fc2e65e9a378a6541f3176cf00440.zip
bump and include
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5097628..9aa2f58 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
- "module": "ESNext",
+ "module": "CommonJS",
"baseUrl": ".",
"outDir": "./dist",
"declaration": true,