aboutsummaryrefslogtreecommitdiff
path: root/modern/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/jsconfig.json')
-rw-r--r--modern/jsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/modern/jsconfig.json b/modern/jsconfig.json
new file mode 100644
index 0000000..56c62bf
--- /dev/null
+++ b/modern/jsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "~/*": ["src/*"]
+ }
+ }
+}