chore: update tsconfig.json to enable declaration generation and specify output directories
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"noEmit": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./dist/types",
|
||||
"outDir": "./dist/node",
|
||||
"rootDir": "./src",
|
||||
"declarationMap": true,
|
||||
|
||||
// Best practices
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user