Skip to content

Commit 4cf4d27

Browse files
chore: update tsconfig file
1 parent c41d92f commit 4cf4d27

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

tsconfig.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "es2022",
4-
"module": "commonjs",
5-
"baseUrl": "./",
3+
"target": "ES2022",
4+
"module": "ES2022",
5+
"moduleResolution": "Bundler",
66
"outDir": "dist",
77
"rootDir": "src",
88
"strict": true,
9-
"skipLibCheck": true,
10-
"sourceMap": true,
11-
"esModuleInterop": true
12-
}
9+
"skipLibCheck": true
10+
},
11+
"include": ["src/**/*.ts"]
1312
}

0 commit comments

Comments
 (0)