guildedapi-types.ts
Version:
Up to date Guilded API Typings. Contribution is welcome.
25 lines (24 loc) • 520 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": ["ESNext"],
"strict": true,
"alwaysStrict": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"removeComments": true,
"preserveConstEnums": true,
"exactOptionalPropertyTypes": true,
"declarationMap": true,
"sourceMap": true,
"declaration": true,
"ignoreDeprecations": "5.0",
"importsNotUsedAsValues": "error"
},
"include": [
"typings",
"v1.ts",
"index.ts"
]
}