2019-05-24 09:48:48 -04:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
2021-11-02 14:11:20 -04:00
|
|
|
"compilerOptions": {
|
2022-01-03 11:13:11 -05:00
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "../../dist/server/tools",
|
|
|
|
"paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
|
|
|
|
"@server/*": [ "../../server/*" ],
|
|
|
|
"@shared/*": [ "../../shared/*" ]
|
|
|
|
}
|
2021-11-02 14:11:20 -04:00
|
|
|
},
|
2020-06-18 04:45:25 -04:00
|
|
|
"include": [ ".", "../typings" ],
|
2021-11-02 14:11:20 -04:00
|
|
|
"references": [
|
2022-01-03 11:13:11 -05:00
|
|
|
{ "path": "../" }
|
2021-11-02 14:11:20 -04:00
|
|
|
],
|
2021-11-09 07:49:08 -05:00
|
|
|
"files": [],
|
2019-05-24 09:48:48 -04:00
|
|
|
"exclude": [ ] // Overwrite exclude property
|
|
|
|
}
|