UNPKG

bruce-cli

Version:

A JS/React App automation build scaffolding with zero-configuration and out-of-the-box

46 lines 741 B
{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "downlevelIteration": true, "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "jsx": "preserve", "lib": [ "DOM", "DOM.Iterable", "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020", "ES2021", "ES2022", "ES2023", "ES2024", "ESNext" ], "module": "ESNext", "moduleResolution": "node", "outDir": "dist", "paths": { "@/*": [ "src/*" ] }, "removeComments": true, "resolveJsonModule": true, "sourceMap": false, "strict": true, "target": "ES6" }, "exclude": [ "node_modules" ], "include": [ "src" ] }