Skip to content

Commit b8d1d72

Browse files
authored
chore: update tsconfig (#77)
1 parent 1c44b36 commit b8d1d72

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tsconfig.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
3+
"rootDir": "./src",
4+
"outDir": "./dist",
45
"target": "ES2023",
5-
"lib": ["ESNext"],
6-
"skipLibCheck": true,
6+
"types": ["node", "@rstest/core/globals"],
7+
"lib": ["DOM", "ESNext"],
78
"declaration": true,
9+
"isolatedModules": true,
10+
"skipLibCheck": true,
811
"module": "nodenext",
9-
"moduleResolution": "nodenext",
10-
"types": ["@rstest/core/globals"],
11-
"isolatedModules": true
12+
"moduleResolution": "nodenext"
1213
},
13-
"include": ["src"],
14-
"exclude": ["**/node_modules"]
14+
"include": ["src"]
1515
}

0 commit comments

Comments
 (0)