vault-link/frontend/obsidian-plugin/tsconfig.json
2025-02-20 22:21:07 +00:00

11 lines
193 B
JSON

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