Merge pull request #15 from frooeyzanny/master
Remove extra space and remove unnecessary compiler options
This commit is contained in:
commit
25c1695969
2 changed files with 1 additions and 6 deletions
|
|
@ -36,5 +36,5 @@ class TimerView extends React.Component<{appState: AppState}, {}> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const appState = new AppState();
|
const appState = new AppState();
|
||||||
ReactDOM.render(<TimerView appState={appState} />, document.getElementById('root'));
|
ReactDOM.render(<TimerView appState={appState} />, document.getElementById('root'));
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,8 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"module": "commonjs",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"declaration": false,
|
|
||||||
"noImplicitAny": false,
|
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"noLib": false,
|
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue