rsnext/test/integration/jsconfig-baseurl/jsconfig.json
Tim Neutkens 38e42cd4bb
Add support for baseUrl option in tsconfig and jsconfig (#11203)
* Add support for baseUrl option in tsconfig and jsconfig

* Move jsconfigPath

* Remove filter
2020-03-19 17:34:24 +01:00

5 lines
50 B
JSON

{
"compilerOptions": {
"baseUrl": "."
}
}