11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"extends": "../../typedoc-tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": ".",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["./src/**/*", "./test/**/*", "./migrations/**/*"]
|
|
}
|