UNPKG

steam-api-sdk

Version:

A Node.js wrapper for the Steam Web API, includes many tools for fetching and parsing data from the Steam Web API.

15 lines (14 loc) 311 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "noEmit": true, // "isolatedModules": true, // "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true } }