UNPKG

arrange-package-json

Version:

Arrange the properties in the package.json file to a universally consistent order

15 lines (14 loc) 297 B
{ "compilerOptions": { "allowJs": true, "downlevelIteration": true, "esModuleInterop": true, "isolatedModules": true, "maxNodeModuleJsDepth": 5, "module": "ESNext", "moduleResolution": "Node", "strict": true, "target": "ES2022" }, "include": ["source"] }