deno.json
{ "lint": { "include": ["src/"], "rules": { "tags": ["recommended"], "include": ["ban-untagged-todo"] } }, "fmt": { "useTabs": false, "lineWidth": 100, "indentWidth": 2, "semiColons": true, "singleQuote": true, "proseWrap": "preserve", "include": ["src/"], "unstable":["svelte"] }, "compilerOptions": { "allowJs": true, "checkJs": true, "strict": false, "noImplicitAny": false }}