{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    // "noUnusedLocals": true,
    // "noUnusedParameters": true,
    "noEmit": true
  },
  "files": [
    "src/types/declarations.d.ts",
    "src/app.tsx"
  ],
  "include": [
    "src/Components/Demo/TodoList/SampleData/*.ts",
    "src/Components/Demo/index.ts",
    "test/app.spec.ts"
  ]
}
