1amageek / pring.ts

Cloud Firestore model framework for TypeScript - Google
https://firebase.google.com/docs/firestore/
MIT License
108 stars 7 forks source link

types/index.d.ts not found #24

Closed starhoshi closed 5 years ago

starhoshi commented 6 years ago

A problem with types in package.json. types directory not found.

[ts]
モジュール 'pring' の宣言ファイルが見つかりませんでした。'/Users/kensuke-hoshikawa/Xcode/Komerco/CloudFunctions/functions/node_modules/pring/lib/index.js' は暗黙的に 'any' 型になります。
  `npm install @types/pring` を試すか (存在する場合)、`declare module 'pring';` を含む新しい宣言 (.d.ts) ファイルを追加してください
1amageek commented 6 years ago

Thank your for message. I fixed it.