this may need to be adjusted moving forward
This commit is contained in:
parent
a33149366b
commit
ad57086bcc
3
.gitignore
vendored
3
.gitignore
vendored
@ -46,6 +46,3 @@ Thumbs.db
|
|||||||
*.sqlite-journal
|
*.sqlite-journal
|
||||||
*.db
|
*.db
|
||||||
*.db-journal
|
*.db-journal
|
||||||
|
|
||||||
cert.pem
|
|
||||||
key.pem
|
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"defaultConfiguration": "production",
|
"defaultConfiguration": "production",
|
||||||
"options": {
|
"options": {
|
||||||
"platform": "node",
|
"platform": "node",
|
||||||
"outputPath": "dist/apps/blakus-api",
|
"outputPath": "dist",
|
||||||
"format": ["cjs"],
|
"format": ["cjs"],
|
||||||
"bundle": false,
|
"bundle": false,
|
||||||
"main": "apps/blakus-api/src/main.ts",
|
"main": "apps/blakus-api/src/main.ts",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../../dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user