aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-07-31 20:14:49 +0900
committerwabilin <[email protected]>2020-07-31 20:14:49 +0900
commitd56ffd25f80c1aab2dda152a97ead6c89c6a7efe (patch)
treedcc85498d4a67f46d049f20a0fda2abcd1bcaf66 /tsconfig.json
parentHello typescript (diff)
downloadholo-schedule-d56ffd25f80c1aab2dda152a97ead6c89c6a7efe.tar.xz
holo-schedule-d56ffd25f80c1aab2dda152a97ead6c89c6a7efe.zip
add jsdom
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6d7cffd..e5fed1a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,8 +10,8 @@
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
- // "declaration": true, /* Generates corresponding '.d.ts' file. */
- // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
+ "declaration": true, /* Generates corresponding '.d.ts' file. */
+ "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./lib", /* Redirect output structure to the directory. */