blob: addd4c167b00b30ea7dee043625aa75dd9939206 [file]
{
"extends": "../../tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true,
},
"include": [
"**/*.ts",
],
}