about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/tsconfig.json
blob: b81099bb9dfd0c7fa7ed066049ca0175955588f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "target": "es2023",
    "module": "esnext",
    "rootDir": "./",
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "strict": true,
    "skipLibCheck": true
  },
  "typeAcquisition": {
    "include": ["./rustdoc.d.ts"]
  }
}