Skip to content

Commit

Permalink
feat: add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin authored and nlepage committed Feb 5, 2024
1 parent 4adf29a commit 208ac12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"exclude": [
"*.js"
],
"compilerOptions": {
"target": "es2022",
"isolatedModules": true,
"moduleResolution": "Bundler",
"resolveJsonModule": true
}
}
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { defineConfig } from 'vite'

export default defineConfig({
Expand Down

0 comments on commit 208ac12

Please sign in to comment.