UNPKG

@jlbubbles0920_yt/spacex-api

Version:

A JavaScript / TypeScript wrapper for fetching data from SpaceX api

15 lines (14 loc) 308 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "rootDir": "./lib", "outDir": "./dist", "declaration": true, "strict": true, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "removeComments": true }, "exclude": ["node_modules", "dist"] }