Skip to content

Commit

Permalink
TASK: Compile to es6 to reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Mar 24, 2021
1 parent 6aee870 commit d87aadc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Resources/Public/Assets/Plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/Plugin.js.map

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions tsconfig.json
@@ -1,13 +1,11 @@
{
"compilerOptions": {
"importHelpers": true,
"experimentalDecorators": true,
"lib": ["es5", "es2015", "dom"],
"skipLibCheck": true,
"target": "es6",
"module": "es2015",
"esModuleInterop": true,
"target": "es2017",
"module": "es6",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"jsx": "react",
"typeRoots": ["./Resources/Private/JavaScript/Terminal/src/typings"]
},
Expand Down

0 comments on commit d87aadc

Please sign in to comment.