node-flipr-client
Version:
Node client for the Flipr Developper API
17 lines (16 loc) • 368 B
JSON
{
"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
}
}