This commit is contained in:
Scott Anderson
2025-04-06 16:06:29 -04:00
parent ec895af600
commit 99a01ace4f
+8
View File
@@ -1,10 +1,18 @@
// https://www.typescriptlang.org/tsconfig/
{
"compilerOptions": {
// Language and Environment
"target": "ES2020",
// Modules
"module": "ESNext",
"rootDir": ".",
"moduleResolution": "node",
// Emit
"sourceMap": true,
// Type Checking
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,