summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-26 22:29:51 -0400
committerGitHub <noreply@github.com>2019-08-26 22:29:51 -0400
commit725eb9810590e8237df68ec5580daaf0fa77e7d3 (patch)
treed7639e0f306c5b29848cfc7a5091a8bdbaa263f3 /tsconfig.json
parentf94900406d52a9d0a432ae9ebef65d46092afb41 (diff)
Clean up various flatbuffer references (#2819)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 500b0fcd0..e9f8048df 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,9 +10,6 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
- "paths": {
- "*": ["*", "target/debug/*", "target/release/*"]
- },
"preserveConstEnums": true,
"pretty": true,
"removeComments": true,