8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "@repo/typescript-config/library.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["."]
|
|
}
|