Advertisement
flcs

tsconfig manguinho

Aug 23rd, 2022 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "ES5",
  4. "lib": [
  5. "dom",
  6. "dom.iterable",
  7. "esnext"
  8. ],
  9. "esModuleInterop": true,
  10. "module": "esnext",
  11. "moduleResolution": "node",
  12. "jsx":"react",
  13. "rootDir": "src",
  14. "baseUrl": "src",
  15. "allowJs": true,
  16. "skipLibCheck": true,
  17. "allowSyntheticDefaultImports": true,
  18. "strict": true,
  19. "forceConsistentCasingInFileNames": true,
  20. "resolveJsonModule": true,
  21. "isolatedModules": true,
  22. "noEmit": true
  23. },
  24. "include": [
  25. "src"
  26. ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement