UNPKG

node-flipr-client

Version:
17 lines (16 loc) 368 B
{ "compilerOptions": { "target": "ES2020", // ~node10 "module": "commonjs", "lib": ["ES2017", "ES2018", "ES2019", "ES2020"], "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "noImplicitAny": false, "composite": true } }