{
  "compilerOptions": {
    "allowJs": true,
    "alwaysStrict": true,
    "allowSyntheticDefaultImports": true,
    "baseUrl": ".",
    "experimentalDecorators": true,
    "inlineSourceMap": true,
    "inlineSources": true,
    "locale": "zh-CN",
    "module": "es2015",
    "moduleResolution": "node",
    "noEmit": true,
    "noEmitOnError": false,
    "noFallthroughCasesInSwitch": true,
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "paths": {
      "@choiceform/ui-button/test-support/*": ["addon-test-support/*"],
      "@choiceform/ui-button/tests/*": ["tests/*"],
      "@choiceform/ui-button/*": ["addon/*"],
      "dummy/*": ["tests/dummy/app/*", "app/*"],
      "*": ["types/*"]
    },
    "pretty": true,
    "strict": true,
    "target": "es2017"
  },
  "include": ["addon/**/*", "app/**/*", "tests/**/*", "types/**/*"]
}
