Last active
          April 16, 2018 07:16 
        
      - 
      
- 
        Save saitonakamura/c924ece536cfe7a31f54072e9dee2176 to your computer and use it in GitHub Desktop. 
    Next.js Awesome Typescript integration: minimal tsconfig.json
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              Show hidden characters
| { | |
| "compilerOptions": { | |
| "target": "esnext", | |
| "module": "esnext", | |
| "jsx": "preserve", | |
| "moduleResolution": "node", | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment