From 5562c36824a63634212ee0c6ad501f230a8e1133 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 26 Jul 2018 13:07:50 +1000 Subject: Remove msg_generated hack (#409) --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index d78a81764..adc2b8bf3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "allowJs": true, + "baseUrl": ".", "module": "esnext", "noImplicitAny": true, "sourceMap": true, @@ -12,7 +13,10 @@ "pretty": true, "noFallthroughCasesInSwitch": true, "allowUnreachableCode": false, - "experimentalDecorators": true + "experimentalDecorators": true, + "paths": { + "*": [ "*", "out/debug/*", "out/default/*", "out/release/*" ] + } }, "include": ["js/main.ts"], "exclude": ["node_modules"] -- cgit v1.2.3