Skip to content

Commit

Permalink
test(portable-text-editor): add own test ts-config
Browse files Browse the repository at this point in the history
The vite.js test server didn't like target ES5. Set to ESNext in tests.
  • Loading branch information
skogsmaskin authored and rexxars committed Sep 23, 2022
1 parent f542cd2 commit fc9ef8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedModules": false,
"target": "ESNext",
}
}

0 comments on commit fc9ef8c

Please sign in to comment.