singularity-forge/tsconfig.test.json

10 lines
372 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"noEmit": false
},
"include": ["src/tests/headless-cli-surface.test.ts", "src/tests/ensure-workspace-builds.test.ts", "src/headless-events.ts", "src/headless-types.ts", "src/tests/google-search-oauth-shape.test.ts", "src/tests/google-search-auth.repro.test.ts"],
"exclude": []
}