mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build/"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"files": ["index.ts", "hextobin.ts"]
|
|
}
|