Skip to content

Commit 6be47ed

Browse files
committed
fix path
1 parent 618332c commit 6be47ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"allowJs": true,
99
"checkJs": false,
1010
"outDir": "./dist",
11-
"rootDir": "./",
11+
"rootDir": "./src",
1212
"strict": true,
1313
"esModuleInterop": true,
1414
"skipLibCheck": true,
@@ -21,7 +21,7 @@
2121
"noImplicitReturns": true,
2222
"noFallthroughCasesInSwitch": true
2323
},
24-
"include": ["src/**/*", "tests/**/*.ts"],
25-
"exclude": ["node_modules", "dist", "venv310", "htmlcov", "*.egg-info"]
24+
"include": ["src/**/*"],
25+
"exclude": ["node_modules", "dist"]
2626
}
2727

0 commit comments

Comments
 (0)