mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-30 04:07:42 +00:00
21 lines
No EOL
457 B
JSON
21 lines
No EOL
457 B
JSON
{
|
|
"extends": "../../../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"inlineSources": true,
|
|
"lib": ["es6", "dom"],
|
|
"module": "es6",
|
|
"moduleResolution": "Node16",
|
|
"outDir": "../build/obj",
|
|
"rootDir": "./",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"tsBuildInfoFile": "../build/obj/tsconfig.tsbuildinfo",
|
|
},
|
|
|
|
"include": [
|
|
"*.ts"
|
|
]
|
|
} |