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:
parent
097662781c
commit
5c2481cbb1
1 changed files with 7 additions and 0 deletions
7
.idea/deno.xml
Normal file
7
.idea/deno.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DenoSettings">
|
||||
<option name="denoInit" value="{ "enable": true, "lint": true, "unstable": true, "importMap": "deno.json", "config": "deno.json" }" />
|
||||
<option name="useDenoValue" value="ENABLE" />
|
||||
</component>
|
||||
</project>
|
Loading…
Reference in a new issue