diff --git a/.gitignore b/.gitignore index 45d0fb3c8..4a9d08278 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ screenshots/ # autogenerated files platform/viewer/src/pluginImports.js +/Viewers.iml diff --git a/platform/cli/templates/extension/dependencies.json b/platform/cli/templates/extension/dependencies.json index e79d4c4ce..02970822d 100644 --- a/platform/cli/templates/extension/dependencies.json +++ b/platform/cli/templates/extension/dependencies.json @@ -1,7 +1,7 @@ { "repository": "OHIF/Viewers", "keywords": ["ohif-extension"], - "module": "src/index.js", + "module": "src/index.tsx", "engines": { "node": ">=14", "npm": ">=6", diff --git a/platform/cli/templates/mode/dependencies.json b/platform/cli/templates/mode/dependencies.json index 9e16162cc..55dc20621 100644 --- a/platform/cli/templates/mode/dependencies.json +++ b/platform/cli/templates/mode/dependencies.json @@ -1,7 +1,7 @@ { "repository": "OHIF/Viewers", "keywords": ["ohif-mode"], - "module": "src/index.js", + "module": "src/index.tsx", "engines": { "node": ">=14", "npm": ">=6",