diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-08 10:38:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-08 10:38:20 -0800 |
| commit | a18e51fd61203067f9b4e58705545aa0b5fce537 (patch) | |
| tree | cd33495eaa4f0235323e8cf59c60d006d3291306 /tsconfig.json | |
| parent | 1a876a70de5f8f498f8b1816e1d6220a669c339d (diff) | |
build: Use target/ instead of out/ (#1153)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
