35 lines
708 B
JSON
35 lines
708 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|