mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build/",
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|