update tsconfig

This commit is contained in:
Rowan 2025-05-18 20:37:00 -05:00
parent 0c9b2778c5
commit 90449a5965
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,6 @@ function serializeEntries<T, K extends string, V extends Serializable, E extends
}
const name = options?.getPropertyName(key as string, Stage.Serialize) ?? key
console.log('prop name for', key, name)
state = serializer.serializeKey(name)
state = serializer.serializeValue(val)
}

View file

@ -15,7 +15,7 @@
"lib": ["es2020", "dom"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "libReplacement": true, /* Enable lib replacement. */
"experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
//"experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
//"emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */