mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"module": "es6",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"sourceRoot": "/common/tools/sourcemap-path-remapper/src",
|
|
"lib": ["dom", "es6"],
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"downlevelIteration": true,
|
|
"baseUrl": "./",
|
|
"outDir": "build/",
|
|
"tsBuildInfoFile": "build/tsconfig.tsbuildinfo",
|
|
"rootDir": "./src/"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|