16 lines
458 B
JSON
16 lines
458 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"types": ["vite/client", "node"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@remoteconn/shared": ["../../packages/shared/src/index.ts"],
|
|
"@remoteconn/plugin-runtime": ["../../packages/plugin-runtime/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue", "src/**/*.d.ts"]
|
|
}
|