gotelem/web/tsconfig.json
saji 8b8619dd8a
All checks were successful
Go / build (1.21) (push) Successful in 1m17s
Go / build (1.22) (push) Successful in 1m15s
added openmct plugin and embedding
2024-03-03 23:04:41 -06:00

11 lines
221 B
JSON

{
"compilerOptions": {
"baseUrl": "./src",
"target": "es6",
"checkJs": true,
"moduleResolution": "node",
"paths": {
"openmct": ["node_modules/openmct/dist/openmct.d.ts"]
}
}
}