1
0
Fork 0
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:
Kitson Kelly 2018-08-10 10:46:09 -07:00 committed by Ryan Dahl
parent 99932f6422
commit e28d7abc1c

View file

@ -6,7 +6,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true
},
"files": [
"../node_modules/typescript/lib/lib.esnext.d.ts",