unico-js
Version:
A Javascript library to interact with the UNICO API.
17 lines (16 loc) • 310 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}