@vifraa/fastsite
Version:
Tool for deploying static websites to AWS, automatically creating an S3 Bucket and Cloudfront deployment
24 lines • 533 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"lib": ["esnext"],
"noImplicitAny": true,
"moduleResolution": "node",
"strictNullChecks": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"allowJs": true,
"paths": {
"*": [
"node_modules/*",
],
"generated": [ "generated" ]
}
},
"include": [
"src/**/*"
]
}