aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-07-31 18:55:54 +0900
committerwabilin <[email protected]>2020-07-31 18:56:51 +0900
commit70487792f84bcf1930cfb7cf7cbd48fc934b74b5 (patch)
tree62d8a19325f408658a84bfb9c3f83f6b42113960 /tsconfig.json
parentinstall and init ts (diff)
downloadholo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.tar.xz
holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.zip
Hello typescript
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c9f603c..6d7cffd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,7 +14,7 @@
// "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": "./", /* Redirect output structure to the directory. */
+ "outDir": "./lib", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
@@ -65,5 +65,6 @@
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
- }
+ },
+ "include": ["src"]
}