mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
Only emit declarations for generated files (#502)
and remove declarationMap flag from generated tsconfig
This commit is contained in:
parent
99932f6422
commit
e28d7abc1c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"emitDeclarationOnly": true
|
||||
},
|
||||
"files": [
|
||||
"../node_modules/typescript/lib/lib.esnext.d.ts",
|
||||
|
|
Loading…
Reference in a new issue