tsconfig.json 170 B

1234567891011
  1. {
  2. "extends": "../../tsconfig",
  3. "compilerOptions": {
  4. "module": "commonjs",
  5. "sourceMap": true,
  6. "jsx": "react",
  7. },
  8. "exclude": [
  9. "node_modules"
  10. ]
  11. }