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 5003812 commit 0ad6a05Copy full SHA for 0ad6a05
.vscode/settings.json
@@ -1,3 +1,5 @@
1
{
2
- "typescript.tsdk": "node_modules\\typescript\\lib"
+ "typescript.tsdk": "node_modules\\typescript\\lib",
3
+ "editor.formatOnSave": true,
4
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
5
}
tsconfig.json
@@ -8,9 +8,7 @@
8
"moduleResolution": "node",
9
"isolatedModules": true,
10
"esModuleInterop": true,
11
- "skipLibCheck": true,
12
- "declaration": true,
13
- "declarationDir": "./dist/types/"
+ "skipLibCheck": true
14
},
15
"include": ["src/**/*", "test/**/*"],
16
"references": [{ "path": "./tsconfig.node.json" }]
0 commit comments