jglev_obsidian-apply-patter.../tsconfig.json
Jacob Levernier 68c505cf7f
1.4.0 (#33)
- 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.
2021-12-31 06:49:08 -05:00

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"
]
}