tsconfig.build copy.json 344 B

12345678910111213141516171819
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "es5",
  5. "sourceMap": true,
  6. "declaration": true,
  7. "declarationMap": true,
  8. "noEmitOnError": true,
  9. "skipLibCheck": true,
  10. "esModuleInterop": true,
  11. "types": [],
  12. "jsx": "react",
  13. "noEmit": false
  14. },
  15. "exclude": [
  16. "node_modules",
  17. "dist"
  18. ]
  19. }