mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"outDir": "build/",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"keyboardprocessor_ldml.ts",
|
|
"ldml-const-builder.ts"
|
|
]
|
|
}
|