profectus-docs/profectus-theme/tsconfig.json

19 lines
352 B
JSON
Raw Normal View History

2022-03-11 06:36:06 +00:00
{
"compilerOptions": {
"outDir": "../typedoc-theme",
"noErrorTruncation": true,
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"sourceMap": true,
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}