tsconfig.json 162 B

123456789
  1. {
  2. "include": ["./src/**/*"],
  3. "compilerOptions": {
  4. "strict": true,
  5. "esModuleInterop": true,
  6. "lib": ["dom", "es2015"],
  7. "jsx": "react-jsx"
  8. }
  9. }