Skip to content
Snippets Groups Projects
jsconfig.json 77 B
Newer Older
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}