UNPKG

smartsh

Version:

Cross-shell command runner enabling Unix-style syntax on any OS.

14 lines 320 B
{ "compilerOptions": { "target": "ES2019", "module": "commonjs", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "moduleResolution": "node", "declaration": true, "outDir": "dist" }, "include": ["src/**/*"] }