tsconfig.json 191 B

12345678910
  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": true,
  4. "paths": {
  5. "mongoose" : ["./types/index.d.ts"]
  6. }
  7. },
  8. "esModuleInterop": true,
  9. "strictNullChecks": true
  10. }