Guest User

Untitled

a guest
May 11th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "ES2020",
  4. "module": "ESNext",
  5. "strict": true,
  6. "esModuleInterop": true,
  7. "skipLibCheck": true,
  8. "forceConsistentCasingInFileNames": true,
  9. "moduleResolution": "node",
  10. "outDir": "./dist",
  11. "resolveJsonModule": true
  12. },
  13. "include": [
  14. "src/**/*.ts"
  15. , "src/index.tss", "src/index.tsx" ],
  16. "exclude": [
  17. "node_modules"
  18. ]
  19. }
  20.  
Add Comment
Please, Sign In to add comment