tsconfig.json 200 B

12345678910111213
  1. {
  2. "extends": "../../../tsconfig.base.client.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "lib/types"
  6. },
  7. "include": [
  8. "src"
  9. ],
  10. "exclude": [
  11. "**/*.legacy.*"
  12. ]
  13. }