Specify extension in include paths

This commit is contained in:
barsdeveloper
2023-03-23 16:24:32 +01:00
parent 405accc39c
commit b235d63348
119 changed files with 406 additions and 406 deletions

View File

@@ -1,5 +1,5 @@
import IInput from "../IInput"
import ObjectSerializer from "../../serialization/ObjectSerializer"
import IInput from "../IInput.js"
import ObjectSerializer from "../../serialization/ObjectSerializer.js"
export default class Copy extends IInput {

View File

@@ -1,6 +1,6 @@
import ElementFactory from "../../element/ElementFactory"
import IInput from "../IInput"
import ObjectSerializer from "../../serialization/ObjectSerializer"
import ElementFactory from "../../element/ElementFactory.js"
import IInput from "../IInput.js"
import ObjectSerializer from "../../serialization/ObjectSerializer.js"
/** @typedef {import("../../element/NodeElement").NodeElementConstructor} NodeElementConstructor */