1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-08-01 12:28:49 +01:00
homepage/jsconfig.json

7 lines
91 B
JSON
Raw Normal View History

2022-08-24 10:44:35 +03:00
{
"compilerOptions": {
"baseUrl": "./src/",
2023-10-14 12:44:37 -07:00
},
"include": ["src/**/*"]
}