8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "@repo/typescript-config/root.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["src"]
|
|
}
|