Skip to content

Commit 0697fc2

Browse files
committed
tsconfig remove root dir
1 parent e0af0b1 commit 0697fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"lib": ["ES2022"],
1010
"skipLibCheck": true,
1111
"typeRoots": ["./types", "./node_modules/@types"],
12-
"strict": true,
13-
"rootDir": "src/"
12+
"strict": true
1413
},
1514
"include": ["./src/**/*"],
1615
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)