create-web3-dapp-dev
Version:
<p align="center"> <br /> <a href="https://createweb3dapp.alchemy.com"> <img src=".github/images/cw3d-logo.png" width="200" alt=""/></a> <br /> </p>
28 lines (27 loc) • 707 B
JSON
{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"declaration": true,
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"./index.ts",
"./helpers/*",
"helpers/backend_helpers/setupHardhat.ts",
"helpers/utils/cleanUpFiles.ts",
"helpers/utils/mkdir.ts",
"helpers/utils/generateAlchemyUrl.ts",
"helpers/utils/createEnv.ts",
"helpers/utils/createReadme.ts",
"helpers/core/getProjectFiles.ts"
, "helpers/utils/copyFile.ts" ],
"exclude": ["src/**/*.spec.ts", "node_modules"]
}