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