UNPKG

crisp-api

Version:

Crisp API wrapper for Node - official, maintained by Crisp

18 lines (17 loc) 354 B
{ "include": ["lib/**/*.ts"], "compilerOptions": { "declaration": true, "outDir": "dist/", "module": "commonjs", "target": "es6", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "Node", "baseUrl": ".", "paths": { "@/*": ["lib/*"] }, } }