tsconfig.json 259 B

12345678910111213
  1. {
  2. "files": [],
  3. "references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
  4. "compilerOptions": {
  5. "composite": true,
  6. "baseUrl": ".",
  7. "paths": {
  8. "@renderer/*": [
  9. "src/renderer/src/*"
  10. ]
  11. }
  12. }
  13. }