5 lines
176 B
JSON
5 lines
176 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{ "path": "../../packages/shared" }],
|
|
"compilerOptions": { "module": "ESNext", "moduleResolution": "bundler" },
|
|
}
|