mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
2af291057a
* Remove RN example app (no maintainer) * Adjust tsconfig.json * yarn.lock
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages"
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*",
|
|
"packages/**/*.js"
|
|
],
|
|
"exclue": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|