Skip to main content
Module

x/tapi/tsconfig.build.json

Consume APIs and convert them to TypeScript objects
Latest
File
{ "extends": "./tsconfig.json", "compilerOptions": { "diagnostics": true, "declaration": true, "declarationMap": true, "sourceMap": true, "rootDir": "src", "removeComments": true, "skipLibCheck": false, }, "include": [ "src" ], "exclude": [ "node_modules", "tests" ]}