tsconfig.json 267 B

123456789101112
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "declaration": true,
  5. "removeComments": false,
  6. "noLib": false,
  7. "skipLibCheck": true,
  8. "sourceMap": true,
  9. "lib": ["dom"],
  10. "jsx": "react-jsx"
  11. }
  12. }