summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-11-18 23:56:45 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-11-18 23:56:45 -0800
commit229969091c84ff2ee33d95731084713976de7bb8 (patch)
treed9bdadf0a5f093acdc3a5d24cdc785e898fec814
parent1cd1f2ceef3cd261d86148f7b1d81d7fc0b2c9bb (diff)
Include DOM API
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0130fac..2852f30 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,8 @@
"target": "ES2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [
- "es2017"
+ "es2017",
+ "dom"
] /* Specify library files to be included in the compilation. */,
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */