diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json new file mode 100644 index 00000000..2b82f870 --- /dev/null +++ b/frontend/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] +}