fix(#5): re-enable unresolved import checks with TS resolver

This commit is contained in:
Josh Creek
2026-02-25 21:35:59 +00:00
parent d333d6af4a
commit 726d89946d
4 changed files with 372 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
import { json } from '@sveltejs/kit';
import type { RequestHandler } from './$types';
import { validateNetworkData } from '$lib/data/networkSchema';
import {
@@ -8,6 +7,7 @@ import {
readNetworkFile,
writeNetworkFile
} from '$lib/server/networkPersistence';
import type { RequestHandler } from './$types';
function serializeValidationErrors(errors: Array<{ path: string; message: string }>) {
return errors.map((issue) => ({