Remove import assertions

This commit is contained in:
Andrew Gillis
2024-11-29 09:31:04 -05:00
parent 3a8c29c2df
commit f02e9593c2
4 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
import {JSONObjectReader} from "../templates/json-object-reader";
import {TemplateSchema} from "../templates/schema";
import WorkflowSchema from "../workflow-v1.0.json" assert {type: "json"};
import WorkflowSchema from "../workflow-v1.0.json";
let schema: TemplateSchema;