aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.json2
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/index.ts b/src/index.ts
index 5e54c84..5e54c84 100644
--- a/index.ts
+++ b/src/index.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. */