ContentVault / worker /tsconfig.json
devrim99's picture
Add worker source, .gitignore, and clean up .gitattributes
9840c5d
raw
history blame contribute delete
222 Bytes
{
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"lib": ["ES2021"],
"types": ["@cloudflare/workers-types"]
},
"include": ["src"]
}