mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
24 lines
674 B
JSON
24 lines
674 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"target": "es2022",
|
|
"moduleResolution": "Node16",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true,
|
|
"alwaysStrict": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"strictBindCallApply": true,
|
|
"strictFunctionTypes": true,
|
|
"noUnusedLocals": true,
|
|
|
|
"paths": {
|
|
"@keymanapp/keyman-version": ["./common/web/keyman-version/keyman-version.mts"],
|
|
"@keymanapp/common-types": ["./common/web/types/src/main"],
|
|
// "@keymanapp/": ["core/include/ldml/ldml-keyboard-constants"],
|
|
},
|
|
},
|
|
}
|