Files
react-test/test/moduleResolution/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
398 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"name": "@mui-internal/test-module-resolution",
"private": true,
"scripts": {
"typescript:all": "pnpm typescript:node && pnpm typescript:node16",
"typescript:node": "tsc -p tsconfig.node.json",
"typescript:node16": "tsc -p tsconfig.node16.json"
},
"devDependencies": {},
"dependencies": {
"@mui/icons-material": "workspace:^",
"@mui/material": "workspace:^"
}
}