2020-10-02 15:20:00 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../out-tsc/lib",
|
|
|
|
"declaration": true,
|
2022-08-29 15:43:07 +00:00
|
|
|
"declarationMap": true,
|
2020-10-02 15:20:00 +00:00
|
|
|
"inlineSources": true,
|
2022-08-29 15:43:07 +00:00
|
|
|
"types": []
|
2020-10-02 15:20:00 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"src/test.ts",
|
|
|
|
"**/*.spec.ts"
|
|
|
|
]
|
|
|
|
}
|