We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4732502 commit 85be08dCopy full SHA for 85be08d
tests/tsconfig.json
@@ -6,7 +6,8 @@
6
"paths": {
7
"yaml": ["../src/index.ts"]
8
},
9
- "rootDir": ".."
+ "rootDir": "..",
10
+ "types": ["jest", "node"]
11
12
"include": ["**/*.ts", "**/doc/*.js"]
13
}
tsconfig.json
@@ -7,7 +7,8 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
- "target": "ES2020"
+ "target": "ES2020",
+ "types": ["node"]
"include": ["src/**/*.ts"]
14
0 commit comments