From b067d2738bf59365ea458884c73e230aa34622b1 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 20 Jul 2021 09:42:16 -0400 Subject: [PATCH] add declarationMap for ide (#4) --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e251a44..6b30232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixed-width-ts-decorator", - "version": "1.0.2", + "version": "1.0.3", "description": "Fixed width file handler with TypeScript Decorator", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index e326611..7ef1027 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "experimentalDecorators": true, "esModuleInterop": true, "sourceMap": true, + "declarationMap": true, "strict": true, "strictPropertyInitialization": false, "lib": [