feat(web): include C source files for debugging
This commit is contained in:
parent
060e69e671
commit
a115e515ff
2 changed files with 5 additions and 1 deletions
|
|
@ -49,7 +49,9 @@
|
|||
"debug/tree-sitter.wasm.map",
|
||||
"web-tree-sitter.d.ts",
|
||||
"web-tree-sitter.d.ts.map",
|
||||
"src/**/*.ts"
|
||||
"src/**/*.ts",
|
||||
"lib/*.c",
|
||||
"lib/*.h"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.19.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue