homepage/jsconfig.json

7 lines
91 B
JSON
Raw Permalink Normal View History

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