diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..53442a4c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "javascript.preferences.importModuleSpecifier": "non-relative" +} \ No newline at end of file diff --git a/client/jsconfig.json b/client/jsconfig.json new file mode 100644 index 00000000..a99c9e18 --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "baseUrl": "./js" + }, + "exclude": ["node_modules"] +}