Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/replay/tsconfig.dist.json
1028 views
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"outDir": "../build-dist/replay"
5
},
6
"include": ["index.ts", "bin.ts", "install/*.ts", ".eslintrc.js", "*.json"],
7
"exclude": [
8
"dist",
9
"node_modules",
10
"**/node_modules",
11
"app.ts",
12
"backend",
13
"shared",
14
"injected-scripts",
15
"frontend"
16
]
17
}
18
19