We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cbb9b commit 81d65a3Copy full SHA for 81d65a3
tsconfig.json
@@ -1,15 +1,10 @@
1
{
2
- "extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "baseUrl": "./",
6
- "paths": {
7
- "*": ["./types/*"]
8
- }
9
- },
10
- "include": [
11
- "types",
12
- "test", // remove this line if you don't want to type-check tests
13
- "src"
14
- ]
+ "extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
+ "compilerOptions": {
+ "outDir": "dist"
+ },
+ "include": [
+ "test",
+ "src"
+ ]
15
}
types/just-range/index.d.ts
types/merge-options/index.d.ts
0 commit comments