This commit is contained in:
Colin McDonnell
2025-09-09 16:54:36 -07:00
parent bfd948fd3c
commit ff81db8bb7
9 changed files with 33 additions and 1490 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"compilerOptions": {
// File Layout
// "rootDir": "./src",
// "outDir": "./dist",
"outDir": "./dist",
// Environment Settings
// See also https://aka.ms/tsconfig/module
@@ -40,6 +40,6 @@
"isolatedModules": true,
"noUncheckedSideEffectImports": true,
"moduleDetection": "force",
"skipLibCheck": true,
"skipLibCheck": true
}
}