diff --git a/bundles/pixi.js/pixi.js-5.1.4.tgz b/bundles/pixi.js/pixi.js-5.1.4.tgz new file mode 100644 index 0000000..c2e1852 --- /dev/null +++ b/bundles/pixi.js/pixi.js-5.1.4.tgz Binary files differ diff --git a/bundles/pixi.js/pixi.js-5.1.4.tgz b/bundles/pixi.js/pixi.js-5.1.4.tgz new file mode 100644 index 0000000..c2e1852 --- /dev/null +++ b/bundles/pixi.js/pixi.js-5.1.4.tgz Binary files differ diff --git a/tsconfig.json b/tsconfig.json index 96b740f..f664795 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ "noUnusedLocals": true, /* Report errors on unused locals. */ "noUnusedParameters": true, /* Report errors on unused parameters. */ - "noImplicitReturns": true /* Report error when not all code paths in function return a value. */ + "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ + "skipLibCheck": true /* The latest typescript version appears to have some conflicts in dom.d.ts */ }, "exclude": [ "node_modules",