Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/website/scripts/tsconfig.json
1028 views
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
"target": "es2017",
5
"moduleResolution": "node",
6
"experimentalDecorators": true,
7
"noImplicitReturns": true,
8
"allowSyntheticDefaultImports": true,
9
"resolveJsonModule": true,
10
"sourceMap": false,
11
"declarationMap": false,
12
"strict": true,
13
"esModuleInterop": true,
14
"lib": ["es2019"]
15
},
16
"include": ["generateAwaitedDOM.ts", ".eslintrc.js"]
17
}
18
19