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

14 lines
No EOL
213 B
JSON

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