aboutsummaryrefslogtreecommitdiffhomepage
path: root/Desktop Editor/jsconfig.json
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-03-22 18:26:25 +0100
committerThomas Van Iseghem <[email protected]>2023-03-22 18:26:25 +0100
commit8fa2c59e7d0c7703eaf6fc9fea1b5129789b7c3e (patch)
tree8c38405857370f70460360acca2ecf40bcd93f61 /Desktop Editor/jsconfig.json
parentd7814640a57323fc3fb410831e8d26083c7e0067 (diff)
downloadOpenCortex-feature/class-based-presets.tar.gz
OpenCortex-feature/class-based-presets.zip
Preset loading is now class basedfeature/class-based-presets
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
Diffstat (limited to 'Desktop Editor/jsconfig.json')
-rw-r--r--Desktop Editor/jsconfig.json19
1 files changed, 19 insertions, 0 deletions
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"
+ ]
+ }
+}