enable debug
This commit is contained in:
parent
e419cd811c
commit
9ca79ed336
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"command": "npm run develop",
|
||||||
|
"name": "Run npm develop",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "node-terminal",
|
||||||
|
"env": {
|
||||||
|
"DATABASE_SSL": "false",
|
||||||
|
"NODE_ENV": "development",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -13,7 +13,8 @@
|
|||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"rootDir": "."
|
"rootDir": ".",
|
||||||
|
"sourceMap": true,
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
// Include root files
|
// Include root files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user