-
| 
         The same question is about  Thanks.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            bluwy
          
      
      
        Nov 17, 2021 
      
    
    Replies: 1 comment 2 replies
-
| 
         
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        korywka
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
tsconfig.jsonandglobal.d.tsare used by your IDE (e.g. vscode) to provide intellisense/autocompletion for your project. The main usecase in SvelteKit is to set up the path alias so that auto imports take$libinto account too. All these doesn't necessarily need typescript installed in your project because your IDE would likely have a copy built-in already.