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 | |
| parent | 170c53200634dc9be8f1cf3d23e32448e7f5f915 (diff) | |
| download | ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.tar.gz ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.tar.bz2 ao-coverage-a4fdedfcac02cb53608d9d3b9e96de0526140fd7.zip | |
Move TS files into /src
| -rw-r--r-- | src/formats.ts (renamed from formats.ts) | 0 | ||||
| -rw-r--r-- | src/index.ts (renamed from index.ts) | 0 | ||||
| -rw-r--r-- | src/metadata.ts (renamed from metadata.ts) | 0 | ||||
| -rw-r--r-- | tsconfig.json | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/formats.ts b/src/formats.ts index b5a24bf..b5a24bf 100644 --- a/formats.ts +++ b/src/formats.ts diff --git a/metadata.ts b/src/metadata.ts index 353d9bf..353d9bf 100644 --- a/metadata.ts +++ b/src/metadata.ts 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. */ |
