tsconfig.types.json 241 B

123456789101112
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "../packages/types/dist/shared",
  5. "stripInternal": true,
  6. "removeComments": false,
  7. "emitDeclarationOnly": true
  8. },
  9. "exclude": [
  10. "server-commands/"
  11. ]
  12. }