codegen/deno.json
2024-11-23 14:18:52 -08:00

13 lines
158 B
JSON

{
"compilerOptions": {
"lib": ["deno.ns", "DOM"],
"strict": true
},
"include": ["src"],
"tasks": {},
"imports": {},
"fmt": {
"useTabs": true
}
}