vault-link/frontend/obsidian-plugin/tsconfig.json
2025-02-19 20:52:05 +00:00

11 lines
204 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ES2023",
"noImplicitAny": true,
"moduleResolution": "bundler",
"strictNullChecks": true,
"lib": ["DOM", "ESNext"]
}
}