From e075667cd2dc878dd9dceb07c85719f6712bcda1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 2 Jan 2022 18:23:36 +0000 Subject: Implement multi-threaded rendering --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index f33536a..8a3a346 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,9 @@ "dom", "es2018" ], - "moduleResolution": "node" + "moduleResolution": "node", + "module": "es2020", + "experimentalDecorators": true }, "include": [ "src/**/*.ts", -- cgit v1.2.3