centrix-sdk
Version:
A SDK used to interact with the centrix API in a simple way.
18 lines (17 loc) • 428 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"lib": ["ES2020", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"skipLibCheck": true,
"noImplicitAny": false,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["dist", "node_modules", "**/*.test.ts"]
}