You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"extends": "@sindresorhus/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "dist",
|
|
|
|
"target": "es2016",
|
|
|
|
"lib": [
|
|
|
|
"es2016"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"typedocOptions": {
|
|
|
|
"out": "docs",
|
|
|
|
// Links to `ArrayPredicate` and others doesn't work when this is specified...
|
|
|
|
// "entryPoint": "Ow",
|
|
|
|
"mode": "file",
|
|
|
|
"target": "ES6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"exclude": "source/test",
|
|
|
|
"ignoreCompilerErrors": true,
|
|
|
|
"excludePrivate": true,
|
|
|
|
"excludeNotExported": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"suppressExcessPropertyErrors": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"theme": "minimal",
|
|
|
|
"hideGenerator": true,
|
|
|
|
"readme": "none"
|
|
|
|
}
|
|
|
|
}
|