steamgames
Version:
A package for fetching game data from Steam APIs
17 lines (14 loc) • 344 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src", "test"],
"exclude": ["node_modules", "dist", ]
}
/* Visit https://aka.ms/tsconfig to read more about this file */