Closed xQuotes closed 6 years ago
Shouldn't the key be types
rather than typings
? See https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
A types package is a folder with a file called index.d.ts or a folder with a package.json that has a types field.
"typings": "./dist/cookies.d.ts",