Merge pull request #145 from gillisandrew/bug/import-assertions

Remove import assertions
This commit is contained in:
Josh Gross
2025-03-05 12:58:01 -05:00
committed by GitHub
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;