vault-link/frontend/obsidian-plugin/tsconfig.json
2025-02-25 22:51:03 +00:00

12 lines
233 B
JSON

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