Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { SpaceType } from "file/space-type";
|
||||
import { XmlAttributeComponent } from "file/xml-components";
|
||||
import { SpaceType } from "@file/space-type";
|
||||
import { XmlAttributeComponent } from "@file/xml-components";
|
||||
|
||||
export class TextAttributes extends XmlAttributeComponent<{ readonly space: SpaceType }> {
|
||||
protected readonly xmlKeys = { space: "xml:space" };
|
||||
|
Reference in New Issue
Block a user