about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/tsconfig.json
blob: 42993cb0f2ac156aea66b35f08c0e0e3f54e7339 (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", "./stringdex.d.ts"]
  }
}