mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 03:17:58 +00:00
Remove RN example app (no maintainer) (#566)
* Remove RN example app (no maintainer) * Adjust tsconfig.json * yarn.lock
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages"
|
||||
},
|
||||
"include": ["packages/**/src/**/*", "packages/**/*.js"],
|
||||
"exclue": ["**/node_modules/**/*"]
|
||||
"include": [
|
||||
"packages/**/src/**/*",
|
||||
"packages/**/*.js"
|
||||
],
|
||||
"exclue": [
|
||||
"**/node_modules/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user