2020-09-25 23:42:15 +02:00
|
|
|
{
|
2021-04-27 15:44:04 +02:00
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types",
|
|
|
|
"src/types",
|
|
|
|
"test/types"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/types/**/*",
|
|
|
|
"test/**/*"
|
2020-09-25 23:42:15 +02:00
|
|
|
]
|
2021-04-27 15:44:04 +02:00
|
|
|
}
|