diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-11-10 14:34:18 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-11-10 14:34:18 -0500 |
| commit | a4fdedfcac02cb53608d9d3b9e96de0526140fd7 (patch) | |
| tree | 9a72cf7335065e03e105f0ccdb4ac3cd5a0e70ba /tsconfig.json | |
| parent | 170c53200634dc9be8f1cf3d23e32448e7f5f915 (diff) | |
| download | ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.tar.gz ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.tar.bz2 ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.zip | |
Move TS files into /src
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index ce03ebf..2d4594b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "./build/", /* Redirect output structure to the directory. */ - // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ + "rootDir": "./src/", /* 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 */ // "removeComments": true, /* Do not emit comments to output. */ |
