diff --git a/ruoyi-fastapi-frontend/jsconfig.json b/ruoyi-fastapi-frontend/jsconfig.json new file mode 100644 index 00000000..779759a9 --- /dev/null +++ b/ruoyi-fastapi-frontend/jsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["src/*"], + "@util/*": ["src/utils/*"] + }, + "module": "ESNext", + "moduleResolution": "bundler", + "target": "ESNext", + "checkJs": false + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] +}