Fix TypeScript config: remove rootDir to allow proper compilation
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist", "src/**/__tests__/**", "src/**/*.test.ts"],
|
||||
"references": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user