UNPKG

modrinth-api-types

Version:

Full typings for the Modrinth REST API

27 lines 665 B
{ "compileOnSave": true, "include": [ "global.ts", "v2.ts", "payloads/**/*.ts", "rest/**/*.ts" ], "compilerOptions": { "alwaysStrict": true, "lib": [ "ESNext" ], "module": "CommonJS", "noUnusedParameters": true, "sourceMap": true, "declaration": true, "declarationMap": true, "noUnusedLocals": true, "outDir": "dist", "removeComments": false, "target": "ESNext", "strictNullChecks": true, "preserveConstEnums": true, "exactOptionalPropertyTypes": true } }