From a5d85f1e7cdbf144e2793da3bb5183eff9c6a7bc Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Tue, 22 Mar 2022 00:16:34 -0400 Subject: converted to typescript --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 6e4fb21..c2f6882 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "outDir": "./dist", "allowJs": true, - "target": "es5" + "target": "es5", + "downlevelIteration": true }, "include": ["./webAO/*"] } \ No newline at end of file -- cgit