UNPKG

nodevk-ts

Version:

Simple Node.js module that allows you to interact with the VKontakte API.

14 lines (13 loc) 287 B
{ "compilerOptions": { "preserveConstEnums": true, "moduleResolution": "node", "esModuleInterop": true, "declaration": true, "lib": ["ES2020", "DOM"], "outDir": "lib", "target": "ES2020", "module": "ES2020" }, "include": ["src/**/*"] }