UNPKG

smartsuite-typescript-api

Version:

Typescript type generator and wrapper for the REST API provided by SmartSuite. Currently in pre 1.0 so no semver guarantees are given

16 lines (14 loc) 343 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "declaration": true, "target": "es2022", "module": "node16", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "../generatedTyping", "include": ["codegen"] } }