Skip to content

Commit 9186651

Browse files
committed
Missing typescript
1 parent 0161d0c commit 9186651

3 files changed

Lines changed: 804 additions & 81 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
"eslint": "^6.8.0",
9696
"glob": "^7.1.6",
9797
"mocha": "^7.0.1",
98-
"typescript": "^3.7.5",
9998
"vscode-test": "^1.3.0"
10099
},
101100
"dependencies": {
102101
"@wessberg/cjs-to-esm-transformer": "^0.0.18",
103102
"fs-extra": "^8.1.0",
104-
"react-js-to-ts": "^1.4.0"
103+
"react-js-to-ts": "^1.4.0",
104+
"typescript": "^3.7.5"
105105
}
106106
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "es6",
55
"outDir": "out",
66
"lib": ["es6"],
7-
"sourceMap": true,
7+
"sourceMap": false,
88
"rootDir": "src",
99
"strict": true,
1010
"removeComments": true,

0 commit comments

Comments
 (0)