From 0cc2295323ca62cee596a7f84cd833974c2a5d65 Mon Sep 17 00:00:00 2001 From: genomics-geek Date: Sat, 5 Oct 2019 12:19:14 -0400 Subject: [PATCH] Create jsconfig.json --- {{cookiecutter.project_slug}}/frontend/jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 {{cookiecutter.project_slug}}/frontend/jsconfig.json diff --git a/{{cookiecutter.project_slug}}/frontend/jsconfig.json b/{{cookiecutter.project_slug}}/frontend/jsconfig.json new file mode 100644 index 000000000..ec2332eb4 --- /dev/null +++ b/{{cookiecutter.project_slug}}/frontend/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "baseUrl": "src" + } +}