use correct template for frontend-shared/tsconfig.util.json

This commit is contained in:
Hazelnoot 2025-10-07 19:43:34 -04:00
parent abfdbb9f4c
commit 150ee9754f

View file

@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.node.jsonc",
"extends": "../shared/tsconfig.lib.jsonc",
"compilerOptions": {
"noImplicitAny": false,
"outDir": "./js-built/util",