aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 25ebb83a417b7bacf4de19326b1c3d527ade8f80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) Facebook, Inc. and its affiliates.
 * Copyright (c) 2023 Kristóf Marussy <kristof@marussy.com>
 *
 * SPDX-License-Identifier: MIT
 */
{
  "extends": "@docusaurus/tsconfig",
  "compilerOptions": {
    "baseUrl": ".",
    "checkJs": true
  },
  "exclude": [".docusaurus", ".vscode", ".yarn", "build", "node_modules"]
}