This repository has been archived on 2024-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
website/my-vue-app/jsconfig.json
2024-09-20 14:18:21 +02:00

20 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}