From a18e51fd61203067f9b4e58705545aa0b5fce537 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Nov 2018 10:38:20 -0800 Subject: build: Use target/ instead of out/ (#1153) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index c67223f53..b8db5d062 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noLib": true, "noUnusedLocals": true, "paths": { - "*": ["*", "out/debug/*", "out/default/*", "out/release/*"] + "*": ["*", "target/debug/*", "target/release/*"] }, "preserveConstEnums": true, "pretty": true, -- cgit v1.2.3