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/**/*"]
}