spiegel-keyman/common/tools/hextobin/tsconfig.json
Marc Durdin 36cd83f21b chore(common): cleanup and reorganize hextobin to remove fs dependency
fs dependency removed from the main hextobin function, only in the
filesystem.ts version. Also supports loading a segment of a hex file
for isolated tests.

Test-bot: skip
2026-03-12 16:26:08 +01:00

9 lines
217 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build/"
},
"exclude": ["node_modules"],
"files": ["index.ts", "hextobin.ts", "filesystem.ts", "main.ts"]
}