22 lines
453 B
JSON
22 lines
453 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/",
|
||
|
"noImplicitAny": true,
|
||
|
"module": "ES6",
|
||
|
"target": "ES6",
|
||
|
"allowJs": true,
|
||
|
"moduleResolution": "Bundler",
|
||
|
},
|
||
|
"typedocOptions": {
|
||
|
"entryPoints": ["./src", "./src/rendertree"],
|
||
|
"entryPointStrategy": "expand",
|
||
|
"out": "docs",
|
||
|
"excludePrivate": false,
|
||
|
},
|
||
|
"visibilityFilters": {
|
||
|
"protected": true,
|
||
|
"private": true,
|
||
|
"inherited": true,
|
||
|
}
|
||
|
}
|