We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0161d0c commit 9186651Copy full SHA for 9186651
3 files changed
package.json
@@ -95,12 +95,12 @@
95
"eslint": "^6.8.0",
96
"glob": "^7.1.6",
97
"mocha": "^7.0.1",
98
- "typescript": "^3.7.5",
99
"vscode-test": "^1.3.0"
100
},
101
"dependencies": {
102
"@wessberg/cjs-to-esm-transformer": "^0.0.18",
103
"fs-extra": "^8.1.0",
104
- "react-js-to-ts": "^1.4.0"
+ "react-js-to-ts": "^1.4.0",
+ "typescript": "^3.7.5"
105
}
106
tsconfig.json
@@ -4,7 +4,7 @@
4
"target": "es6",
5
"outDir": "out",
6
"lib": ["es6"],
7
- "sourceMap": true,
+ "sourceMap": false,
8
"rootDir": "src",
9
"strict": true,
10
"removeComments": true,
0 commit comments