tsconfig.json 264 B

123456789101112131415
  1. {
  2. "extends": "../../tsconfigbase",
  3. "compilerOptions": {
  4. "outDir": "lib",
  5. "skipLibCheck": true,
  6. "types": ["webpack-env"],
  7. "rootDir": "src"
  8. },
  9. "include": ["src/*"],
  10. "references": [
  11. {
  12. "path": "../rendermime-interfaces"
  13. }
  14. ]
  15. }