aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/tsconfig.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-14 22:18:16 +0800
committerGitHub <noreply@github.com>2018-03-14 22:18:16 +0800
commite16feb27f4ec1987259a87f360824a0158bd8b10 (patch)
treee94cb3bc89e215c4df38ab161379023ab8e0c4e9 /packages/react-shared/tsconfig.json
parent3f3e8be004818ddaa1921b3dff12bdd46052278b (diff)
parent83ae7ba08d55fa964bf7b7a985aea0fe1520c5c7 (diff)
downloaddexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.gz
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.bz2
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.lz
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.xz
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.zst
dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.zip
Merge pull request #450 from 0xProject/convertScriptsToTs
Convert Scripts to TS & Other Misc. Fixes
Diffstat (limited to 'packages/react-shared/tsconfig.json')
-rw-r--r--packages/react-shared/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index de87aa45b..687bd1f4e 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -8,5 +8,5 @@
"*": ["node_modules/@types/*", "*"]
}
},
- "include": ["./src/ts/**/*"]
+ "include": ["./src/**/*"]
}