blob: 70a330d0e559ba8a917ba3642e9dd550a9913b09 [file] [log] [blame]
{
"compilerOptions": {
"checkJs": true,
"lib": ["dom", "dom.iterable", "es2020", "webworker"],
"module": "commonjs",
"target": "es6"
},
"include": [
"imports/*.d.ts",
"static/*.js"
],
"exclude": [
"static/caspian_web.js"
]
}