Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/plugins/default-browser-emulator/tsconfig.dist.json
1028 views
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"outDir": "./build-dist",
5
"sourceMap": true,
6
"inlineSourceMap": false
7
},
8
"references": [],
9
"include": ["**/*.ts", "**/*.js", "**/*.json"],
10
"exclude": [
11
"*jest*",
12
"**/tsconfig*.json",
13
"**/test",
14
"node_modules",
15
"**/node_modules",
16
"**/dist",
17
"**/build",
18
"build",
19
"build-dist",
20
"data"
21
]
22
}
23
24