mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
18 lines
279 B
JSON
18 lines
279 B
JSON
![]() |
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"incremental": false,
|
||
|
"declaration": false,
|
||
|
"outDir": "./spec-lib",
|
||
|
"rootDir": "./",
|
||
|
"allowJs": true
|
||
|
},
|
||
|
"include": [
|
||
|
"spec/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"tests/**/*",
|
||
|
"web/**/*"
|
||
|
]
|
||
|
}
|