Skip to content

Commit 456945c

Browse files
committed
remove unnecessary files and tweak tsconfig.json to make the site work as well as the tests
1 parent 99cf4a6 commit 456945c

7 files changed

+1
-225
lines changed

src/App.css

-38
This file was deleted.

src/App.test.tsx

-9
This file was deleted.

src/index.css

-13
This file was deleted.

src/index.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import './index.css';
43
import App from './App';
5-
import * as serviceWorker from './serviceWorker';
64

75
ReactDOM.render(<App />, document.getElementById('root'));
8-
9-
// If you want your app to work offline and load faster, you can change
10-
// unregister() to register() below. Note this comes with some pitfalls.
11-
// Learn more about service workers: https://bit.ly/CRA-PWA
12-
serviceWorker.unregister();

src/logo.svg

-7
This file was deleted.

src/serviceWorker.ts

-149
This file was deleted.

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"isolatedModules": true,
1919
"noEmit": true,
2020
"jsx": "react",
21-
"sourceMap": true,
22-
"inlineSourceMap": true
21+
"sourceMap": true
2322
},
2423
"include": [
2524
"src"

0 commit comments

Comments
 (0)