mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-20 06:37:40 +00:00
chore(web): primary tsconfig tidyup, comments
This commit is contained in:
parent
0ca8e34424
commit
dc4c7e4112
1 changed files with 6 additions and 4 deletions
|
|
@ -2,18 +2,20 @@
|
|||
"extends": "../tsconfig-base.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
// Primary settings - the version of ES6 we can target in TS, our downcompile target,
|
||||
// and our module-related settings.
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["es6"],
|
||||
"module": "es6",
|
||||
"moduleResolution": "Node16",
|
||||
"target": "es5",
|
||||
|
||||
// Other settings - declaration files, sourcemapping, and other miscellaneous bits.
|
||||
"allowJs": false,
|
||||
"declaration": true,
|
||||
"experimentalDecorators": true,
|
||||
"importHelpers": true,
|
||||
"inlineSources": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
|
||||
"sourceMap": true,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue