starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 12:34:20 +00:00

Fix (?) Deno on IntelliJ

This commit is contained in:
Steffo 2024-10-10 02:02:25 +02:00
parent 097662781c
commit 5c2481cbb1
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

7
.idea/deno.xml Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DenoSettings">
<option name="denoInit" value="{&#10; &quot;enable&quot;: true,&#10; &quot;lint&quot;: true,&#10; &quot;unstable&quot;: true,&#10; &quot;importMap&quot;: &quot;deno.json&quot;,&#10; &quot;config&quot;: &quot;deno.json&quot;&#10;}" />
<option name="useDenoValue" value="ENABLE" />
</component>
</project>