From 2cfa60832496902089b9d73d3954318aa8a1fe2a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 25 Oct 2018 06:26:21 +1100 Subject: Support CheckJS --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e6bf1688b..806143644 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,9 @@ { "compilerOptions": { + "allowJs": true, "allowUnreachableCode": false, "baseUrl": ".", + "checkJs": true, "module": "esnext", "moduleResolution": "node", "noImplicitReturns": true, -- cgit v1.2.3