diff --git a/web/jsconfig.json b/web/jsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..10afc573a6f0734f4f401fa6a4c6efadc67ca9b5 --- /dev/null +++ b/web/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["src/*"], + } + }, + "exclude": ["node_modules", "dist"], + "include": ["src/**/*"] + } \ No newline at end of file