mirror of
https://github.com/alamion/obsidian-jira-sync.git
synced 2026-07-22 05:43:04 +00:00
- css enchantments - template now can be selected instead of raw manual input - internationalization implementation - work statistics now integrated in settings
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "node16",
|
|
"target": "ES2018",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node16",
|
|
"importHelpers": true,
|
|
"isolatedModules": false,
|
|
"strictNullChecks": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES5",
|
|
"ES6",
|
|
"ES7"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|