Sign in
third-party-mirror
/
domPurify
/
refs/heads/master
/
.
/
tsconfig.json
blob: c5e111f20b8f73fc8e5cd784c1ceb4e2a2a7b5e0 [
file
] [
log
] [
blame
] [
edit
]
{
"compilerOptions"
:
{
"declaration"
:
false
,
"target"
:
"ESNext"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Bundler"
,
"skipLibCheck"
:
true
},
"include"
:
[
"src/**/*.ts"
]
}