Skip to content

Commit

Permalink
chore: resolve ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Oct 18, 2022
1 parent 04415b0 commit 939a0a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions example/tsconfig.node.json
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
"moduleResolution": "node",
"resolveJsonModule": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.ts", "*.json"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -16,6 +16,6 @@
"resolveJsonModule": true,
"noEmit": true
},
"include": ["src", "example"],
"include": ["src"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 939a0a7

Please sign in to comment.