aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:22:33 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:22:33 -0400
commitb2000f04663092f7a4dfcbab306d67df7e5ce538 (patch)
tree2d393287c4e28ff1519dcea53ea1fc1a4a0456e3
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
Added support for issue with aomlParser
-rw-r--r--tsconfig.json2
-rw-r--r--webAO/utils/aoml.ts1
2 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7803fbe..85f6983 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"target": "es5",
- //"strict": true,
+ "strict": true,
"strictNullChecks": false, //document.getElementBy
"downlevelIteration": true
},
diff --git a/webAO/utils/aoml.ts b/webAO/utils/aoml.ts
index 154274d..c355edf 100644
--- a/webAO/utils/aoml.ts
+++ b/webAO/utils/aoml.ts
@@ -1,6 +1,7 @@
import request from "../services/request"
interface Aoml {
+ [key: string]: any | number,
name: string;
start: string;
end: string;