database package.json fix
parent
14c3c98630
commit
2f491e66ab
|
@ -2,7 +2,7 @@
|
||||||
"name": "cr-db",
|
"name": "cr-db",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Database monorepo for CR microservices",
|
"description": "Database monorepo for CR microservices",
|
||||||
"main": "dist/index.js",
|
"main": "index.js",
|
||||||
"author": "Matthew R, AD, FSEN",
|
"author": "Matthew R, AD, FSEN",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
||||||
// "sourceMap": true, /* Generates corresponding '.map' file. */
|
// "sourceMap": true, /* Generates corresponding '.map' file. */
|
||||||
// "outFile": "./", /* Concatenate and emit output to single file. */
|
// "outFile": "./", /* Concatenate and emit output to single file. */
|
||||||
"outDir": "./dist", /* Redirect output structure to the directory. */
|
"outDir": ".", /* Redirect output structure to the directory. */
|
||||||
"rootDir": ".", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
"rootDir": ".", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
||||||
// "composite": true, /* Enable project compilation */
|
// "composite": true, /* Enable project compilation */
|
||||||
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
|
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
|
||||||
|
|
Loading…
Reference in New Issue