Skip to content

Commit 37d9f8b

Browse files
committed
small change
1 parent 49c6022 commit 37d9f8b

File tree

31 files changed

+14
-0
lines changed

31 files changed

+14
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# README
2+
3+
- dashboard
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es2016",
5+
"jsx": "preserve"
6+
},
7+
"exclude": [
8+
"node_modules",
9+
"**/node_modules/*"
10+
]
11+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)