mirror of
https://github.com/an2io/obsidian-canvas-drag-fix.git
synced 2026-07-22 06:50:31 +00:00
Obsidian plugin that works around a Chromium pointer-event misclassification bug breaking Canvas drag on many Linux setups. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
25 lines
408 B
JSON
25 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitOverride": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES5",
|
|
"ES6",
|
|
"ES7"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|