From 8fa2c59e7d0c7703eaf6fc9fea1b5129789b7c3e Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Wed, 22 Mar 2023 18:26:25 +0100 Subject: Preset loading is now class based Code is generated using the reverse engineered proto file. You can now load any preset and load have a consistent class instance of a preset that will always return a valid preset that can be loaded by the QC --- Desktop Editor/jsconfig.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Desktop Editor/jsconfig.json (limited to 'Desktop Editor/jsconfig.json') diff --git a/Desktop Editor/jsconfig.json b/Desktop Editor/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/Desktop Editor/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} -- cgit v1.2.3