UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

75 lines (74 loc) 2.69 kB
{ "buildOnSave": false, "compileOnSave": true, "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": "app/scripts/modules", "emitDecoratorMetadata": true, "experimentalDecorators": true, "jsx": "react", "lib": ["es2017", "dom", "ES2018.Promise"], "moduleResolution": "node", "module": "esnext", "noEmitHelpers": false, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": false, // should really get to a place where we can turn this on "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "transpiled", "paths": { "@spinnaker/core": ["core/src"], "core/*": ["core/src/*"], "core": ["core/src"], "@spinnaker/docker": ["docker/src"], "docker/*": ["docker/src/*"], "docker": ["docker/src"], "@spinnaker/amazon": ["amazon/src"], "amazon/*": ["amazon/src/*"], "amazon": ["amazon/src"], "@spinnaker/google": ["google/src"], "google/*": ["google/src/*"], "google": ["google/src"], "@spinnaker/appengine": ["appengine/src"], "appengine/*": ["appengine/src/*"], "appengine/": ["appengine/src"], "@spinnaker/kubernetes": ["kubernetes/src"], "kubernetes/*": ["kubernetes/src/*"], "kubernetes/": ["kubernetes/src"], "@spinnaker/oracle": ["oracle/src"], "oracle/*": ["oracle/src/*"], "oracle": ["oracle/src"], "@spinnaker/cloudfoundry": ["cloudfoundry/src"], "cloudfoundry/*": ["cloudfoundry/src/*"], "cloudfoundry/": ["cloudfoundry/src"], "@spinnaker/titus": ["titus/src"], "titus/*": ["titus/src/*"], "titus/": ["titus/src"], "@spinnaker/huaweicloud": ["huaweicloud/src"], "huaweicloud/*": ["huaweicloud/src/*"], "huaweicloud": ["huaweicloud/src"], "@spinnaker/tencentcloud": ["tencentcloud/src"], "tencentcloud/*": ["tencentcloud/src/*"], "tencentcloud": ["tencentcloud/src"], "@spinnaker/azure": ["azure/src"], "azure/*": ["azure/src/*"], "azure": ["azure/src"], "@spinnaker/ecs": ["ecs/src"], "ecs/*": ["ecs/src/*"], "ecs": ["ecs/src"], "@spinnaker/spot": ["spot/src"] }, "pretty": true, "removeComments": false, "rootDir": ".", "skipLibCheck": true, "sourceMap": true, "strictNullChecks": false, // should really get to a place where we can turn this on "target": "es6", "typeRoots": ["node_modules/@types"] }, "exclude": ["build", "node", "node_modules", "transpiled"], "include": ["test/helpers/custom-matchers.d.ts", "app/scripts/modules/**/*.ts", "app/scripts/modules/**/*.tsx"] }