jsconfig.json 72 B

123456
  1. {
  2. "compilerOptions": {
  3. "baseUrl": "."
  4. },
  5. "include": ["src"]
  6. }