mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Improve native documentation webview renderer
Make prism as a custom lib instead of node module to reduce the binary size
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
],
|
||||
"sourceMap": true,
|
||||
"rootDir": "src",
|
||||
"strict": false
|
||||
"strict": false,
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"out"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user