spiegel-keyman/common/tools/hextobin/tsconfig.json
2023-10-04 12:55:51 +07:00

9 lines
189 B
JSON

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