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