We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cd2f9 commit c396f5dCopy full SHA for c396f5d
src/tsconfig.json
@@ -4,10 +4,6 @@
4
"declaration": true,
5
"declarationDir": "../build",
6
"noEmit": false,
7
- "emitDeclarationOnly": true,
8
- "typeRoots": [
9
- "../types",
10
- "../node_modules/@types"
11
- ]
+ "emitDeclarationOnly": true
12
}
13
tsconfig.json
@@ -6,6 +6,10 @@
"noEmit": true,
"strict": true,
"isolatedModules": true,
- "esModuleInterop": true
+ "esModuleInterop": true,
+ "typeRoots": [
+ "types",
+ "node_modules/@types"
+ ]
14
15
0 commit comments