mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
fix: config files at root
This commit is contained in:
@@ -3,12 +3,9 @@
|
|||||||
"libs": [
|
"libs": [
|
||||||
"browser"
|
"browser"
|
||||||
],
|
],
|
||||||
"loadEagerly": [
|
"loadEagerly": [],
|
||||||
"path/to/your/js/**/*.js"
|
|
||||||
],
|
|
||||||
"dontLoad": [
|
"dontLoad": [
|
||||||
"node_modules/**",
|
"node_modules/**"
|
||||||
"path/to/your/js/**/*.js"
|
|
||||||
],
|
],
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"modules": {},
|
"modules": {},
|
||||||
|
11
launch.json
11
launch.json
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "node",
|
|
||||||
"request": "attach",
|
|
||||||
"name": "Attach",
|
|
||||||
"port": 9229
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Reference in New Issue
Block a user