2022-04-28 23:39:21 +02:00
|
|
|
{
|
|
|
|
// Used for building with tsc
|
|
|
|
"extends": "./tsconfig.json",
|
2022-05-30 22:46:08 +02:00
|
|
|
"references": [
|
|
|
|
{ "path": "../types" }
|
|
|
|
],
|
2022-04-28 23:39:21 +02:00
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
2022-05-24 21:01:13 +02:00
|
|
|
"dist/**/*",
|
2022-04-28 23:39:21 +02:00
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.spec.ts"
|
|
|
|
]
|
|
|
|
}
|