Commit 6e38f21 1 parent 9ff43eb commit 6e38f21 Copy full SHA for 6e38f21
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
* @typedef {import('./lib/index.js').Handler } Handler
4
4
* @typedef {import('./lib/index.js').Handlers } Handlers
5
5
* @typedef {import('./lib/index.js').H } H
6
- * @typedef {import('./complex-types').Raw } Raw
6
+ * @typedef {import('./complex-types.js ').Raw } Raw
7
7
*/
8
8
9
9
export { one , all } from './lib/traverse.js'
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"target" : "ES2020" ,
5
5
"lib" : [ "ES2020" ] ,
6
- "module" : "ES2020" ,
7
- "moduleResolution" : "node" ,
6
+ "module" : "Node16" ,
8
7
"allowJs" : true ,
9
8
"checkJs" : true ,
10
9
"declaration" : true ,
11
10
"emitDeclarationOnly" : true ,
12
- "allowSyntheticDefaultImports" : true ,
13
11
"skipLibCheck" : true ,
14
12
"strict" : true
15
13
}
You can’t perform that action at this time.
0 commit comments