mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

tsconfig has to be different for tests due to cjs/esm issues with jest. Deploy scripts need to use the original tsconfig though, which is why we have the current nested tsconfigs.
7 lines
67 B
JSON
7 lines
67 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"."
|
|
]
|
|
}
|