diff options
Diffstat (limited to 'modern/jsconfig.json')
-rw-r--r-- | modern/jsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modern/jsconfig.json b/modern/jsconfig.json new file mode 100644 index 00000000..ec9aa3f7 --- /dev/null +++ b/modern/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "baseUrl": "src" + }, + "include": ["src"] +}
\ No newline at end of file |