Skip to content

Commit 4687da1

Browse files
committed
Fix imports
1 parent a18bc41 commit 4687da1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Types and interfaces for writing valid OpenAPI specification in TypeScript.",
44
"repository": "github:fosfad/openapi-typescript-definitions",
55
"files": [
6-
"**/*.d.ts"
6+
"./3.1.0.*"
77
],
88
"author": {
99
"email": "[email protected]",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"noUnusedParameters": true,
1111
"module": "CommonJS",
1212
"moduleResolution": "Node",
13-
"sourceMap": false,
13+
"sourceMap": true,
1414
"declaration": true,
15-
"declarationMap": false,
15+
"declarationMap": true,
1616
"lib": ["ES2020"],
1717
"outDir": "dist"
1818
}

0 commit comments

Comments
 (0)