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