spiegel-keyman/core/include/ldml/tsconfig.json
Steven R. Loomis 363b515368 feat(core): constant generator between core and developer
- merge tsconfig projects…for now
2022-08-08 16:22:34 -05:00

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"
]
}