jsconfig.json 78 B

123456
  1. {
  2. "compilerOptions": {
  3. "checkJs": true
  4. },
  5. "include": ["src/**/*"]
  6. }