jsconfig.json 160 B

12345678910
  1. {
  2. "compilerOptions": {
  3. "module": "CommonJS",
  4. "allowImportingTsExtensions": false
  5. },
  6. "exclude": [
  7. "node_modules",
  8. "**/node_modules/*"
  9. ]
  10. }