admin-template/jsconfig.json
2024-02-19 09:20:54 +07:00

9 lines
80 B
JSON

{
"compilerOptions": {
"baseUrl": "."
},
"include": [
"src"
]
}