refactor: some stuff

This commit is contained in:
Daniel Ledda
2022-07-18 08:28:19 +02:00
parent c9f2d2720c
commit 3390a17ad9
8 changed files with 56 additions and 64 deletions

17
server/deno.json Normal file
View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"allowJs": true,
"lib": ["deno.window"],
"strict": true
},
"importMap": "./import_map.json",
"fmt": {
"options": {
"useTabs": true,
"lineWidth": 120,
"indentWidth": 4,
"singleQuote": false,
"proseWrap": "preserve"
}
}
}