tsconfig.base.json 118 B

1234567
  1. {
  2. "extends": "@total-typescript/tsconfig/tsc/dom/library",
  3. "compilerOptions": {
  4. "typeRoots": ["@types"]
  5. }
  6. }