Skip to content

Commit

Permalink
test(portable-text-editor): tsconfig for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Aug 11, 2022
1 parent 6a485e6 commit 502e23b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@sanity/portable-text-editor/test/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"isolatedModules": false,
}
}

0 comments on commit 502e23b

Please sign in to comment.