codegen/deno.json

13 lines
158 B
JSON
Raw Normal View History

2024-11-23 14:18:52 -08:00
{
"compilerOptions": {
"lib": ["deno.ns", "DOM"],
"strict": true
},
"include": ["src"],
"tasks": {},
"imports": {},
"fmt": {
"useTabs": true
}
}