mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 23:07:42 +00:00
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
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "build/src/",
|
|
"rootDir": "src/",
|
|
"baseUrl": ".",
|
|
"types": [ "node" ],
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
}
|