@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
19 lines (18 loc) • 447 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"inlineSourceMap": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
"lib": ["es2017", "dom", "ES2018.Promise"],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": true,
"skipLibCheck": true,
"target": "es2017"
}
}