mirror of
https://github.com/jglev/obsidian-apply-patterns-plugin.git
synced 2026-07-22 05:40:26 +00:00
- The Settings menu has been completely redesigned, and should now be more mobile-friendly. - The position of the cursor, or selection of text, after applying a pattern is now able to be customized from the Settings menu. - Links in the Readme have been updated. - Patterns, Rules, and Commands now ask for confirmation before being deleted.
21 lines
No EOL
401 B
JSON
21 lines
No EOL
401 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"lib": [
|
|
"ES2020",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
} |