Files
sattle/e2e/tsconfig.json
T

11 lines
261 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["."],
// the root config excludes "e2e" for the app typecheck; that inherited
// exclude would void this config's own inputs, so reset it here
"exclude": []
}