mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"extends": "../../../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./build/",
|
|
"baseUrl": ".",
|
|
|
|
/** for ttfmeta */
|
|
"allowJs": true,
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/ttfmeta/lib/*.js",
|
|
],
|
|
}
|