2021-08-10 16:12:55 +00:00
|
|
|
{
|
2021-08-13 12:48:08 +00:00
|
|
|
"extends": "../../tsconfig.base.json",
|
2021-08-10 16:12:55 +00:00
|
|
|
"include": ["src"],
|
2021-08-14 15:46:21 +00:00
|
|
|
"exclude": ["node_modules", "dist"],
|
2021-08-10 16:12:55 +00:00
|
|
|
"compilerOptions": {
|
2021-08-30 18:10:30 +00:00
|
|
|
"emitDeclarationOnly": true,
|
2021-08-13 09:28:09 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "./dist/types",
|
|
|
|
"baseUrl": "src",
|
|
|
|
"paths": {
|
2021-08-13 10:49:35 +00:00
|
|
|
"+*": ["./*"]
|
2021-08-13 09:28:09 +00:00
|
|
|
}
|
2021-08-10 16:12:55 +00:00
|
|
|
}
|
|
|
|
}
|