Is it still not recommended to use ts-node in production NOW(2022) #1870
              
                
                  
                  
                    Answered
                  
                  by
                    cspotcode
                  
              
          
                  
                    
                      raphaelsoul
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         as mentioned. Or can we use transpile-only mode in production?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            cspotcode
          
      
      
        Aug 26, 2022 
      
    
    Replies: 1 comment
-
| 
         You are welcome to do whatever you feel is best for your project. It is open-source, so keep in mind the "provided as-is" clause in the MIT license: https://github.com/TypeStrong/ts-node/blob/main/LICENSE I know of people who have been using ts-node successfully in production for years and enjoy it. If you feel it makes sense for your project, then go for it.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        cspotcode
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You are welcome to do whatever you feel is best for your project. It is open-source, so keep in mind the "provided as-is" clause in the MIT license: https://github.com/TypeStrong/ts-node/blob/main/LICENSE
I know of people who have been using ts-node successfully in production for years and enjoy it. If you feel it makes sense for your project, then go for it.