Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/core/injected-scripts/tsconfig.json
1028 views
1
{
2
"compilerOptions": {
3
"experimentalDecorators": true,
4
"composite": true,
5
"target": "ES2019",
6
"module": "CommonJS",
7
"lib": ["ES2019", "DOM", "DOM.Iterable"],
8
"noImplicitAny": false,
9
"sourceMap": false,
10
"declaration": true,
11
"allowJs": true,
12
"outDir": "../../build/core/injected-scripts"
13
},
14
"include": ["*.ts", ".eslintrc.js"],
15
"exclude": ["**/tsconfig*.json", "**/node_modules", "**/dist", "**/replay", "**/website"]
16
}
17
18