Typst Compile System Update

This commit is contained in:
2026-05-21 22:41:04 -04:00
parent a44babed9f
commit 997c0c7262
7 changed files with 60 additions and 173 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,