chore(NA): correctly define sourceRoot for @kbn/config-schema (#98788)

This commit is contained in:
Tiago Costa 2021-04-29 20:16:30 +01:00 committed by GitHub
parent 10961cd9c7
commit 480483bacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"outDir": "target",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../../packages/kbn-config-schema/src",
"sourceRoot": "../../../../packages/kbn-config-schema/src",
"stripInternal": true,
"types": [
"jest",