2020-10-17 15:55:18 +02:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
|
|
|
"module": "commonjs",
|
|
|
|
"types": ["jest", "node"]
|
|
|
|
},
|
2021-12-03 11:32:10 +02:00
|
|
|
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
|
2020-10-17 15:55:18 +02:00
|
|
|
}
|