Guest User

tsconfig.base.json

a guest
Jul 2nd, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | Fixit | 0 0
  1. {
  2.   "compilerOptions": {
  3.     "target": "es2020",
  4.     "module": "commonjs",
  5.     "declaration": true,
  6.     "composite": true,
  7.     "incremental": true,
  8.     "skipLibCheck": true,
  9.     "esModuleInterop": true,
  10.     "moduleResolution": "node",
  11.     "jsx": "react-jsx",
  12.     "jsxImportSource": "@satorijs/element",
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment