mtcute/e2e/tsconfig.json
alina sireneva af54f6e1c3
test(e2e): massive rework of e2e tests
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build`

meow
2024-12-07 09:08:30 +03:00

10 lines
172 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"isolatedDeclarations": false
},
"include": [
"./tests"
]
}