13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@remoteconn/shared": ["../../packages/shared/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|