UNPKG

splatoon3api

Version:

A simple Method to get current and next Splatoon 3 maps, Salmonrun Schedules and Splatnet gear

23 lines 528 B
{ "compilerOptions": { "lib": ["dom"], "target": "ES6", "module": "commonjs", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationDir": "./dist", "baseUrl": ".", "typeRoots": ["./node_modules/@types"] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ] }