chore(core): fix react tsconfig (#2826)

This commit is contained in:
Juri Strumpflohner 2020-04-08 23:24:47 +02:00 committed by GitHub
parent 866e631df2
commit ce32a45ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@
"@nrwl/workspace": ["./packages/workspace"], "@nrwl/workspace": ["./packages/workspace"],
"@nrwl/workspace/*": ["./packages/workspace/*"], "@nrwl/workspace/*": ["./packages/workspace/*"],
"@nrwl/workspace/testing": ["./packages/workspace/testing"], "@nrwl/workspace/testing": ["./packages/workspace/testing"],
"@nrwl/react": ["./packages/react"] "@nrwl/react": ["./packages/react"],
"@nrwl/react/*": ["./packages/react/*"]
} }
}, },
"exclude": [ "exclude": [