network-resurrector/jsconfig.json

7 lines
74 B
JSON
Raw Normal View History

2023-05-07 00:34:22 +03:00
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}