diff options
| -rw-r--r-- | tsconfig.json | 2 | ||||
| -rw-r--r-- | webAO/utils/aoml.ts | 1 |
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..fbdee21 100644 --- a/webAO/utils/aoml.ts +++ b/webAO/utils/aoml.ts @@ -1,6 +1,7 @@ import request from "../services/request" interface Aoml { + [key: string]: string | number, name: string; start: string; end: string; |
