1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-12 10:12:31 +00:00
lazy.nvim/tsconfig.json
2024-06-18 23:17:53 +02:00

7 lines
176 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}