Skip to content
Snippets Groups Projects
Commit f352e19e authored by Alexander Rose's avatar Alexander Rose
Browse files

config for debugging

parent be65ef89
Branches
Tags
No related merge requests found
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
"firsttris.vscode-jest-runner",
"ms-vscode.vscode-typescript-tslint-plugin", "ms-vscode.vscode-typescript-tslint-plugin",
"msjsdiag.debugger-for-chrome",
"slevesque.shader", "slevesque.shader",
"stpn.vscode-graphql", "stpn.vscode-graphql",
"wayou.vscode-todo-highlight" "wayou.vscode-todo-highlight"
......
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Mol* Viewer",
"url": "http://localhost:1338/build/viewer/index.html",
"sourceMaps": true,
"webRoot": "${workspaceFolder}"
}
]
}
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"alwaysStrict": true, "alwaysStrict": true,
"noImplicitAny": true, "noImplicitAny": true,
"noImplicitThis": true, "noImplicitThis": true,
"sourceMap": false, "sourceMap": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"jsx": "react", "jsx": "react",
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ], "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
"rootDir": "src", "rootDir": "src",
"outDir": "lib", "outDir": "lib"
}, },
"include": [ "src/**/*" ], "include": [ "src/**/*" ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment