refactor: enable typescript option verbatimModuleSyntax

This commit is contained in:
Nathan Muir
2025-08-20 11:27:20 +12:00
parent 0568cfc7c9
commit 9aac5b4ebf
58 changed files with 173 additions and 128 deletions

View File

@@ -1,11 +1,12 @@
import { Factory } from '../Factory.ts';
import { Context } from '../Context.ts';
import { Shape, ShapeConfig } from '../Shape.ts';
import type { Context } from '../Context.ts';
import type { ShapeConfig } from '../Shape.ts';
import { Shape } from '../Shape.ts';
import { Konva } from '../Global.ts';
import { getNumberValidator } from '../Validators.ts';
import { _registerNode } from '../Global.ts';
import { GetSet } from '../types.ts';
import type { GetSet } from '../types.ts';
export interface WedgeConfig extends ShapeConfig {
angle: number;