Commit 92ea696cde50aff8f1f7e8ce50f47543faceed9b

Authored by ly525
1 parent b806a2d2

chore: add jsconfig.js for the file qucik jumping

Showing 1 changed file with 11 additions and 0 deletions
front-end/h5/jsconfig.json 0 → 100644
  1 +{
  2 + // This file is required for VSCode to understand webpack aliases
  3 + "compilerOptions": {
  4 + // This must be specified if "paths" is set
  5 + "baseUrl": ".",
  6 + // Relative to "baseUrl"
  7 + "paths": {
  8 + "src/*": ["./src/*"],
  9 + }
  10 + }
  11 + }
0 12 \ No newline at end of file
... ...