1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-08 07:38:52 +01:00

Set up Deno compiler options

This commit is contained in:
Nikita Karamov 2025-01-28 08:35:01 +01:00
parent 5945992586
commit e58a068f07

6
deno.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"checkJs": true,
"lib": ["dom", "dom.iterable", "dom.asynciterable"]
}
}