Skip to content

Commit bb72908

Browse files
committed
chore: format tsconfig.json and set rootDir explictly
1 parent ca967c7 commit bb72908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"compilerOptions": {
99
"jsx": "react",
1010
"strict": true,
11+
"rootDir": "./src",
1112
"outDir": "./build",
1213
"noImplicitAny": true,
1314
"module": "ESNEXT",

0 commit comments

Comments
 (0)