catalyst-frontend
Version:
A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.
27 lines (26 loc) • 453 B
JSON
{
"compilerOptions": {
"baseUrl": "src",
"target": "es5",
"outDir": "./dist/",
"strict": true,
"sourceMap": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"skipLibCheck": true,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"checkJs": false,
"jsx": "react"
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}