a9daa5bnumbl figure viewer: upload a numbl .h5 figure and render it via numbl/graphicsJeremy Magland 1{
2 "compilerOptions": {
3 "target": "ES2023",
4 "lib": ["ES2023"],
5 "module": "ESNext",
6 "skipLibCheck": true,
7 "moduleResolution": "bundler",
8 "allowImportingTsExtensions": true,
9 "isolatedModules": true,
10 "moduleDetection": "force",
11 "noEmit": true,
12 "strict": true
13 },
14 "include": ["vite.config.ts"]
15}