Add json import assertions

This commit is contained in:
Jacob Wallraff
2023-01-26 16:02:15 -08:00
parent 91478bb5b6
commit 981d2d3765
3 changed files with 53 additions and 53 deletions
@@ -1,6 +1,6 @@
import {JSONObjectReader} from "../templates/json-object-reader";
import {TemplateSchema} from "../templates/schema";
import WorkflowSchema from "../workflow-v1.0.json";
import WorkflowSchema from "../workflow-v1.0.json" assert { type: 'json' };
let schema: TemplateSchema;