spiegel-keyman/core/tools/api-header-extractor/tsconfig.json
Marc Durdin 0f2f3c1009 refactor(core): clean up API documentation
Move all Keyman Core header API documentation to javadoc-style so that
we can get inline documentation and simplify the readability of the
header files.

Update api-header-extractor to support minimal javadoc formatting of the
comments.

Test-bot: skip
2026-05-05 16:29:53 +02:00

13 lines
211 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "build/src/",
"rootDir": "src/",
"baseUrl": ".",
"types": [ "node" ],
},
"include": [
"src/**/*.ts"
],
}