mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-16 19:25:38 +02:00
Update TypeScript compiler target
This commit is contained in:
@@ -74,6 +74,8 @@ export default class LayerRenderer extends ZoomableSprite {
|
||||
public actionTarget: "source" | "mask";
|
||||
public cloneStartCoords: Point | undefined;
|
||||
public toolOptions: any;
|
||||
|
||||
// @ts-expect-error TS2612 deliberately overriding declaration to type canvas as ZoomableCanvas
|
||||
public canvas: ZoomableCanvas;
|
||||
|
||||
protected _pointer: Point;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"include": [ "env.d.ts", "src/**/*", "src/**/*.vue" ],
|
||||
"exclude": [],
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "es2022",
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user