* fix(NA): windows ts_project outside sandbox compilation adding tsconfig paths for packages
* chore(NA): missing @kbn paths for node_modules so types can work
* chore(NA): missing @kbn paths for node_modules so types can work
* chore(NA): organizing deps on non ts_project packages
* chore(NA): change order to find @kbn packages on node_modules first
* chore(NA): add @kbn/expect typings setting on package.json
* chore(NA): fix typechecking
* chore(NA): add missing change on tsconfig file
* chore(NA): unblock windows build by not depending on the pkg_npm rule symlink in the package.json
* chore(NA): add missing depedencies on BUILD.bazel file for io-ts-list-types
* chore(NA): remove rootDirs configs
* chore(NA): change kbn/monaco targets order
* chore(NA): update kbn-monaco build
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* make space a hidden saved object type
* bulk_create api tests
* bulk_get tests
* create functional tests
* delete space tests
* export space tests
* find space tests
* get space tests
* import space tests
* resolve_import_errirs space tests
* update space tests
* standardize test names where appropriate
* remove unused import
* Switching tests from using the space type directly to a "hidden t… (#21)
* add space saved object api tests
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>