Remove reflect-metadata type reference from core/tsconfig.json — it will be added in Plan 2 when InversifyJS is installed.
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "@repo/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|