Skip to content

Commit 39758ea

Browse files
committed
Removed unneeded edits
1 parent a7e5fe0 commit 39758ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"sourceMap": true,
1111
"outDir": "dist",
1212
"baseUrl": ".",
13-
"rootDir": "..",
1413

1514
"lib": [
1615
"DOM",
@@ -19,6 +18,6 @@
1918
"declaration": true
2019
},
2120
"include": [
22-
"**/*.ts"
21+
"src/**/*.ts"
2322
]
2423
}

0 commit comments

Comments
 (0)