mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add documentation comments everywhere
This commit is contained in:
+6
-3
@@ -17,11 +17,12 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "node build.mjs && npm run lint && tsc && api-extractor run && node append-namespace.mjs",
|
||||
"build-local": "node build.mjs && npm run lint && tsc && api-extractor run --local --verbose && node append-namespace.mjs",
|
||||
"build": "node build.mjs && npm run lint && tsc -p src && api-extractor run && ts-node scripts/append-namespace.ts",
|
||||
"build-local": "node build.mjs && npm run lint && tsc -p src && api-extractor run --local --verbose && ts-node scripts/append-namespace.ts",
|
||||
"watch": "node build.mjs --watch",
|
||||
"lint": "eslint .",
|
||||
"check": "tsc --noEmit"
|
||||
"check": "tsc -p src --noEmit && tsc -p scripts --noEmit",
|
||||
"check-docblocks": "ts-node scripts/check-docblocks dist/metamuxer.d.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
@@ -33,8 +34,10 @@
|
||||
"@eslint/js": "^9.22.0",
|
||||
"@microsoft/api-extractor": "^7.52.1",
|
||||
"@stylistic/eslint-plugin": "^4.2.0",
|
||||
"@types/node": "^22.13.10",
|
||||
"esbuild": "^0.25.1",
|
||||
"eslint": "^9.22.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.26.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user