We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c44b36 commit b8d1d72Copy full SHA for b8d1d72
1 file changed
tsconfig.json
@@ -1,15 +1,15 @@
1
{
2
"compilerOptions": {
3
- "rootDir": "src",
+ "rootDir": "./src",
4
+ "outDir": "./dist",
5
"target": "ES2023",
- "lib": ["ESNext"],
6
- "skipLibCheck": true,
+ "types": ["node", "@rstest/core/globals"],
7
+ "lib": ["DOM", "ESNext"],
8
"declaration": true,
9
+ "isolatedModules": true,
10
+ "skipLibCheck": true,
11
"module": "nodenext",
- "moduleResolution": "nodenext",
- "types": ["@rstest/core/globals"],
- "isolatedModules": true
12
+ "moduleResolution": "nodenext"
13
},
- "include": ["src"],
14
- "exclude": ["**/node_modules"]
+ "include": ["src"]
15
}
0 commit comments