UNPKG

@applica-software-guru/crud-client

Version:

Libreria per l'accesso ai servizi REST di Applica.

34 lines (33 loc) 790 B
{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "declaration": true, "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", "lib": ["dom", "dom.iterable", "esnext"], "module": "ESNext", "moduleResolution": "Node", "noEmit": false, "paths": { "iam-client": ["src/index.ts"] }, "resolveJsonModule": true, "rootDir": "src", "skipLibCheck": true, "strict": true, "target": "ESNext", "typeRoots": ["node_modules/@types", "src/index.d.ts"], "useDefineForClassFields": true }, "include": ["src"], "references": [ { "path": "./jsconfig.node.json" } ] }