dropletctl
Version:
A convenient CLI tool to quickly spin up DigitalOcean droplets
18 lines (17 loc) • 408 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"outDir": "./build",
"rootDir": "./src",
"strict": true,
"strictPropertyInitialization": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}