mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 08:44:22 +08:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"extends": "../../tsconfig.projectOptions.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out/libs/base-ui"
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
]
|
|
}
|