18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../typedoc-theme",
|
|
"noErrorTruncation": true,
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
]
|
|
}
|
|
}
|