mirror of
https://github.com/tompro/sattle.git
synced 2026-08-26 23:05:58 +00:00
11 lines
261 B
JSON
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": []
|
|
}
|