chore: add deno.json for editor IntelliSense and update README

This commit is contained in:
2026-04-11 03:38:13 +03:00
parent 5567158bbe
commit be8a5bcaa8
2 changed files with 34 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"lib": ["deno.ns", "deno.window", "dom", "esnext"],
"strict": true
},
"lint": {
"rules": {
"tags": ["recommended"]
}
},
"fmt": {
"useTabs": false,
"lineWidth": 100,
"indentWidth": 2,
"semiColons": true,
"singleQuote": false
}
}