aboutsummaryrefslogtreecommitdiffstats
path: root/typedoc-tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'typedoc-tsconfig.json')
-rw-r--r--typedoc-tsconfig.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/typedoc-tsconfig.json b/typedoc-tsconfig.json
new file mode 100644
index 000000000..588285140
--- /dev/null
+++ b/typedoc-tsconfig.json
@@ -0,0 +1,16 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es5",
+ "lib": ["es2017", "dom"],
+ "sourceMap": true,
+ "declaration": true,
+ "experimentalDecorators": true,
+ "downlevelIteration": true,
+ "noImplicitReturns": true,
+ "pretty": true,
+ "skipLibCheck": true,
+ "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
+ "strict": true
+ }
+}