diff --git a/net/web/jsconfig.json b/net/web/jsconfig.json new file mode 100644 index 00000000..5875dc5b --- /dev/null +++ b/net/web/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "baseUrl": "src" + }, + "include": ["src"] +}