Skip to content

Commit

Permalink
[form-builder] Fix tsconfig causing output to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 24, 2019
1 parent 10c35c1 commit baf5990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/form-builder/tsconfig.json
@@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./test/**/*.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["test/**/*.ts"],
"compilerOptions": {
"strict": false,
"jsx": "react",
Expand Down

0 comments on commit baf5990

Please sign in to comment.