mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
35c8535be1
* Remove Buffer/process plugins * Adjust * Cleanup README
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": false
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*",
|
|
"packages/**/*.cjs",
|
|
"packages/**/*.js"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|