vault-link/frontend/obsidian-plugin/tsconfig.json
2026-03-25 20:07:55 +00:00

12 lines
284 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ES2023",
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ES2024"]
},
"exclude": ["./dist"]
}