Skip to content

Commit 2ed4f72

Browse files
committed
fix: correct ts build configuration
1 parent 007b59e commit 2ed4f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"compilerOptions": {
55
// File Layout
66
// "rootDir": "./src",
7-
// "outDir": "./dist",
7+
"outDir": "./dist",
88
// Environment Settings
99
// See also https://aka.ms/tsconfig/module
1010
"module": "nodenext",
1111
"target": "esnext",
1212
"lib": ["esnext"],
1313
"types": ["node", "jest"],
1414
"allowImportingTsExtensions": true,
15+
"noEmit": true,
1516
// and npm install -D @types/node
1617
// Other Outputs
1718
"sourceMap": false,

0 commit comments

Comments
 (0)