UNPKG

@microsoft/kiota-serialization-json

Version:

Implementation of Kiota Serialization interfaces for JSON

16 lines (15 loc) 251 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../../../tsconfig.base.json", "compilerOptions": { "outDir": "dist/es/" }, "exclude": [ "node_modules", "dist", "./test/**/*.ts" ], "include": [ "./src/**/*.ts", ] }