Skip to content

Commit 010c267

Browse files
committed
changed indentation style on tsconfig
1 parent 184b3e3 commit 010c267

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tsconfig.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"compilerOptions": {
3-
"target": "es2015",
4-
"jsx": "react",
5-
"noEmit": true,
6-
"moduleResolution": "node",
7-
},
8-
"exclude": [
9-
"node_modules"
10-
]
2+
"compilerOptions": {
3+
"target": "es2015",
4+
"jsx": "react",
5+
"noEmit": true,
6+
"moduleResolution": "node",
7+
},
8+
"exclude": [
9+
"node_modules"
10+
]
1111
}

0 commit comments

Comments
 (0)