gatsby-plugin-s3
Version:
Enables you to deploy your gatsby site to a S3 bucket.
32 lines • 867 B
JSON
{
"compilerOptions": {
"outDir": ".",
"module": "commonjs",
"target": "es2017",
"downlevelIteration": true,
"lib": ["dom", "es2017"],
"sourceMap": true,
"allowJs": false,
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": false,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"baseUrl": "./src",
"declaration": true,
"skipLibCheck": true,
"newLine": "lf",
},
"include": [
"./src",
"./typings"
],
"exclude": []
}