From a95bf94d878f61869895bb22cbff1b4f524c5dca Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Mon, 13 Jun 2022 10:57:16 +0200 Subject: fix(loader): multiprocessing.set_start_method once, queue for plugin import --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/package.json') diff --git a/frontend/package.json b/frontend/package.json index 858997fa..6fbfe717 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,8 @@ }, "importSort": { ".js, .jsx, .ts, .tsx": { - "style": "module" + "style": "module", + "parser": "typescript" } }, "dependencies": { -- cgit v1.2.3