Skip to content

Commit d20da8b

Browse files
committed
chore: wip
1 parent 250478d commit d20da8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"compilerOptions": {
3-
"isolatedDeclarations": true
3+
"isolatedDeclarations": true,
4+
"rootDir": "./src",
5+
"outDir": "./dist",
6+
"baseUrl": "."
47
},
8+
"include": ["src/**/*"],
9+
"exclude": ["node_modules", "dist"],
510
"extends": "../tsconfig.json"
611
}

0 commit comments

Comments
 (0)