File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " readable-from-web" ,
3- "type" : " commonjs " ,
3+ "type" : " module " ,
44 "version" : " 1.0.0" ,
55 "packageManager" : " yarn@4.12.0" ,
66 "description" : " Experimental converter from WHATWG ReadableStream to readable-stream Readable" ,
Original file line number Diff line number Diff line change 55 " ES2023" ,
66 " DOM"
77 ],
8- "module" : " commonjs " ,
8+ "module" : " umd " ,
99 "moduleResolution" : " node" ,
1010 "strict" : true ,
1111 "declaration" : true ,
1212 "sourceMap" : true ,
1313 "noImplicitAny" : true ,
1414 "importHelpers" : false ,
1515 "inlineSources" : false ,
16- "removeComments" : true ,
17- "resolveJsonModule" : true
16+ "removeComments" : true
1817 },
1918 "include" : [
2019 " ./lib/*.ts"
Original file line number Diff line number Diff line change 1- import { compilerOptions } from './tsconfig.build.json'
21import { defineConfig } from 'vitest/config'
32import { playwright } from '@vitest/browser-playwright'
43
@@ -11,7 +10,7 @@ const browsers: ('chromium' | 'firefox' | 'webkit')[] = [
1110export default defineConfig ( {
1211 build : {
1312 minify : false ,
14- target : compilerOptions . target
13+ target : 'ES2023'
1514 } ,
1615 test : {
1716 projects : [
You can’t perform that action at this time.
0 commit comments