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 68db20f commit 3e6fdbaCopy full SHA for 3e6fdba
custom-typings/package.json.d.ts
@@ -0,0 +1 @@
1
+declare module '*.json';
tsconfig.json
@@ -3,18 +3,18 @@
3
"declaration": true,
4
"importHelpers": true,
5
"module": "commonjs",
6
+ "rootDir": "src",
7
"outDir": "lib",
8
"strict": true,
9
"target": "es2017",
10
"composite": true,
- "resolveJsonModule": true,
11
"typeRoots" : [
12
"./node_modules/@types",
13
"./custom-typings"
14
]
15
},
16
"include": [
17
"src/**/*",
18
- "custom-typings/**/*.d.ts",
+ "custom-typings/**/*.d.ts"
19
20
}
0 commit comments