tsconfig.json 144 B

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