mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
8fbea71039
* Add tsconfig.base * Adjust tsconfig
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"exclude": [
|
|
"build/**/*",
|
|
"**/build/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages"
|
|
}
|
|
}
|