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 3d64d33 commit 320ce40Copy full SHA for 320ce40
tsconfig.json
@@ -1,23 +1,12 @@
1
{
2
- // Change this to match your project
3
"include": [
4
"src/**/*"
5
],
6
"compilerOptions": {
7
- // Tells TypeScript to read JS files, as
8
- // normally they are ignored as source files
9
"allowJs": true,
10
- // Generate d.ts files
11
"declaration": true,
12
- // This compiler run should
13
- // only output d.ts files
14
"emitDeclarationOnly": true,
15
- // Types should go into this directory.
16
- // Removing this would place the .d.ts files
17
- // next to the .js files
18
"outDir": "lib",
19
- // go to js file when using IDE functions like
20
- // "Go to Definition" in VSCode
21
"declarationMap": true
22
}
23
0 commit comments