mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 05:09:25 +00:00
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
9 lines
217 B
JSON
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"]
|
|
}
|