Files
screen/jsconfig.json
❀ » Cato Sweeney. ❀ » Console@the.bb fd39822a14 first commit
2025-11-26 09:46:45 +08:00

11 lines
184 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.js", "src/**/*.vue"],
"exclude": ["node_modules"]
}