@squarecloud/api
Version:
A NodeJS wrapper for Square Cloud API
22 lines (21 loc) • 461 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "ESNext"],
"module": "commonjs",
"rootDir": "./src",
"declaration": true,
"sourceMap": true,
"outDir": "./lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["./test/", "./lib/", "tsup.config.ts"]
}