10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "@repo/typescript-config/library.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|