2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "dist",
|
|
|
|
"lib": ["ESNext", "DOM"],
|
|
|
|
"rootDir": "src",
|
|
|
|
"types": ["jest", "node"],
|
|
|
|
"emitDeclarationOnly": false,
|
2021-06-27 13:35:35 +02:00
|
|
|
"target": "es6",
|
2021-06-18 13:05:06 +02:00
|
|
|
"composite": true
|
|
|
|
},
|
|
|
|
"include": ["./src/**/*"]
|
|
|
|
}
|