jsconfig.json 77 B

123456
  1. {
  2. "compilerOptions": {
  3. "checkJs": true
  4. },
  5. "exclude": ["node_modules"]
  6. }