feat(k1): stabilize LAB bridge and isolate onboard device integration
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
@@ -14,11 +18,24 @@
|
||||
"moduleResolution": "Bundler",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@mission-core/plugin-sdk": ["src/core/device-plugins/frontendSdk.ts"],
|
||||
"@xgrids-k1/frontend/*": ["../../plugins/xgrids-k1/frontend/src/*"],
|
||||
"react": ["node_modules/@types/react/index.d.ts"],
|
||||
"react/jsx-runtime": ["node_modules/@types/react/jsx-runtime.d.ts"],
|
||||
"@nodedc/ui-react": ["node_modules/@nodedc/ui-react/dist/index.d.ts"]
|
||||
"@mission-core/plugin-sdk": [
|
||||
"src/core/device-plugins/frontendSdk.ts"
|
||||
],
|
||||
"@xgrids-k1/frontend/*": [
|
||||
"../../plugins/xgrids-k1/frontend/src/*"
|
||||
],
|
||||
"react": [
|
||||
"node_modules/@types/react/index.d.ts"
|
||||
],
|
||||
"react/jsx-runtime": [
|
||||
"node_modules/@types/react/jsx-runtime.d.ts"
|
||||
],
|
||||
"@nodedc/ui-react": [
|
||||
"node_modules/@nodedc/ui-react/dist/index.d.ts"
|
||||
],
|
||||
"@mission-core/sensor-sdk": [
|
||||
"../../packages/sensor-ui/src/pluginSdk.ts"
|
||||
]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
@@ -28,5 +45,8 @@
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": ["src", "../../plugins/xgrids-k1/frontend/src"]
|
||||
"include": [
|
||||
"src",
|
||||
"../../plugins/xgrids-k1/frontend/src"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user