npm-to-cdn
Version:
A CLI tool to get CDN links for any npm package.
15 lines • 348 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"types": ["node", "jest"]
},
"include": ["src/**/*"]
}