mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"extends": "../../../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"module": "es2020",
|
|
"outDir": "./build/",
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"lib": ["es6"],
|
|
"target": "es6",
|
|
},
|
|
"include": [
|
|
"keyman-version.mts"
|
|
]
|
|
}
|