modified tsconfig.app.json file to deal with errors i was getting, also made changes to the tabs on the devices page and moved group stuff out of the router and into the device page file

This commit is contained in:
csawatzky 2025-01-02 15:32:39 -06:00
parent bc8b0a3405
commit 0ec54b2d31
4 changed files with 16 additions and 26 deletions

View file

@ -8,10 +8,10 @@
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"moduleResolution": "node",
//"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
//"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",