diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 19:44:04 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 19:44:04 -0400 |
| commit | 9ca74133cd99d248fd4d3c61c4efaefc24f571d2 (patch) | |
| tree | 424449279a7aa0cf12c2c6e9e9fd098a5e28c22e /.idea/jsLibraryMappings.xml | |
| parent | 273c2b85ff2e3e818e72fc1262b3c94d70704e06 (diff) | |
| download | personal-website-9ca74133cd99d248fd4d3c61c4efaefc24f571d2.tar.gz personal-website-9ca74133cd99d248fd4d3c61c4efaefc24f571d2.tar.bz2 personal-website-9ca74133cd99d248fd4d3c61c4efaefc24f571d2.zip | |
Fixed config
Diffstat (limited to '.idea/jsLibraryMappings.xml')
| -rw-r--r-- | .idea/jsLibraryMappings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptLibraryMappings"> + <includedPredefinedLibrary name="Node.js Core" /> + </component> +</project>
\ No newline at end of file |
