diff options
| author | wabilin <[email protected]> | 2020-07-31 18:55:54 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 18:56:51 +0900 |
| commit | 70487792f84bcf1930cfb7cf7cbd48fc934b74b5 (patch) | |
| tree | 62d8a19325f408658a84bfb9c3f83f6b42113960 /tsconfig.json | |
| parent | install and init ts (diff) | |
| download | holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.tar.xz holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.zip | |
Hello typescript
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
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"] } |