bruce-cli
Version:
A JS/React App automation build scaffolding with zero-configuration and out-of-the-box
43 lines • 734 B
JSON
{
"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",
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"target": "ES6"
},
"exclude": [
"node_modules",
"src/assets"
],
"include": [
"src"
]
}