nimbus-gui/jsconfig.json
RadoslavDimchev 258df339e2 Create config to remove long imports
JSON that allow getting files from directly from src
2023-07-13 18:12:11 +03:00

6 lines
73 B
JSON

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