Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
src
/
librustdoc
/
html
/
static
/
js
/
tsconfig.json
blob: b81099bb9dfd0c7fa7ed066049ca0175955588f8 [
file
] [
log
] [
blame
] [
edit
]
{
"compilerOptions"
:
{
"target"
:
"es2023"
,
"module"
:
"esnext"
,
"rootDir"
:
"./"
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"noEmit"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
},
"typeAcquisition"
:
{
"include"
:
[
"./rustdoc.d.ts"
]
}
}