2020-12-24 04:57:46 +00:00
|
|
|
{
|
2023-12-23 20:23:51 +00:00
|
|
|
"extends": "../tsconfig.base.json",
|
2020-12-24 04:57:46 +00:00
|
|
|
"compilerOptions": {
|
2023-12-23 20:23:51 +00:00
|
|
|
"outDir": "./out",
|
|
|
|
"composite": true,
|
|
|
|
"paths": {
|
|
|
|
"facilmap-client": ["../client/src/client.ts"],
|
|
|
|
"facilmap-leaflet": ["../leaflet/src/index.ts"],
|
|
|
|
"facilmap-types": ["../types/src/index.ts"],
|
|
|
|
"facilmap-utils": ["../utils/src/index.ts"]
|
|
|
|
}
|
2021-05-07 02:51:41 +00:00
|
|
|
},
|
2023-12-23 20:23:51 +00:00
|
|
|
"references": [
|
|
|
|
{ "path": "./tsconfig.node.json" },
|
|
|
|
{ "path": "../client/tsconfig.json" },
|
|
|
|
{ "path": "../leaflet/tsconfig.json" },
|
|
|
|
{ "path": "../types/tsconfig.json" },
|
|
|
|
{ "path": "../utils/tsconfig.json" },
|
|
|
|
{ "path": "../tsconfig.json" }
|
|
|
|
],
|
2021-05-07 02:51:41 +00:00
|
|
|
"include": ["src/**/*"]
|
2020-12-24 04:57:46 +00:00
|
|
|
}
|