We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007b59e commit 2ed4f72Copy full SHA for 2ed4f72
tsconfig.json
@@ -4,14 +4,15 @@
4
"compilerOptions": {
5
// File Layout
6
// "rootDir": "./src",
7
- // "outDir": "./dist",
+ "outDir": "./dist",
8
// Environment Settings
9
// See also https://aka.ms/tsconfig/module
10
"module": "nodenext",
11
"target": "esnext",
12
"lib": ["esnext"],
13
"types": ["node", "jest"],
14
"allowImportingTsExtensions": true,
15
+ "noEmit": true,
16
// and npm install -D @types/node
17
// Other Outputs
18
"sourceMap": false,
0 commit comments