UNPKG

@nire0510/wmcli

Version:

Useful tools for webmasters

15 lines 409 B
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist" }, "$schema": "https://json.schemastore.org/tsconfig", "display": "Recommended", "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"], }