Files
2026-03-21 18:57:10 +08:00

13 lines
242 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@remoteconn/shared": ["../shared/src/index.ts"]
}
},
"include": ["src/**/*.ts"]
}