aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-08 22:56:49 +0800
committerFabio Berger <me@fabioberger.com>2018-03-08 22:56:49 +0800
commit0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0 (patch)
tree82bc189d4dc9215e936e0ee7db3ff668f9098a1f /packages
parent21d2d59b502a51e9b66d2daf35088f9249926f74 (diff)
downloaddexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar.gz
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar.bz2
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar.lz
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar.xz
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.tar.zst
dexon-0x-contracts-0e4448fd3f63fea09c741d59c8382b9b3ca6ebe0.zip
remove no-implicit-this
Diffstat (limited to 'packages')
-rw-r--r--packages/react-docs/tsconfig.json1
-rw-r--r--packages/react-shared/tsconfig.json1
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/react-docs/tsconfig.json b/packages/react-docs/tsconfig.json
index 6e71fb2e4..44055a037 100644
--- a/packages/react-docs/tsconfig.json
+++ b/packages/react-docs/tsconfig.json
@@ -5,7 +5,6 @@
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
- "noImplicitThis": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index 6e71fb2e4..44055a037 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -5,7 +5,6 @@
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
- "noImplicitThis": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}